PHP stands for personal home page. It is a server side scripting language to developthe dynamic web application. The alias
Continue readingAuthor:
PHP:- To change the port number of Apache server
To change the port number of Apache server in PHP:- Open httpd.conf file Change the values of listen, server local
Continue readingChange the root of PHP application
To change the root of php application open the ‘http.config’ enter new path to the directories Document root Directory Here
Continue readingOutput functions in PHP
Output functions in PHP Print() :- this function display the content on web page and returns a Boolean value
Continue readingPHP Declaration style tags
Types of PHP Declaration style tags :- Universal style tag :- <?php llphp statement print(“welcome to php”) ?> Short
Continue readingXAMPP and XAMPP installation
XAMPP:- It is extension to’WAMPP’ It is and environment providing [ PHP Mysql with apache] Htdocs is a root folder
Continue readingWhat is Wampp?
It is an environment to work with ‘PHP’ application It stands for[windows apache Mysql PHP & perl] It is providing
Continue readingGet CPU Utilization History for last 60 minutes in SQL Server
Through below query you are able to find out the CPU Utilization history in SQL Server with in one minute
Continue readingPython Program to Convert Kilometers to Miles
Python Program to convert Kilometers to Miles #Python Program to Convert Kilometers to Miles #Declare one variable and assign value
Continue readingPython Program to Generate a Random Number
Python Program to Generate a Random Number:- To generate random number in Python we use randint() function. # Python program
Continue reading