To change the root of php application open the ‘http.config’ enter new path to the directories Document root Directory Here
Continue readingAuthor:
Output 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 readingPython Program to Convert Fahrenheit To Celsius
Python Program to Convert Fahrenheit To Celsius #Declare variable fahrenheit and assign value to 212.0 fahrenheit = 212.0 # calculate
Continue readingPython Program to Convert Celsius To Fahrenheit
Python Program to Convert Celsius To Fahrenheit #Declare one variable and assign value 100 to variable celsius. celsius = 100
Continue reading