TRACK

PHP

Hi Frnds If you are going to learn PHP lets have some some pre-information regarding PHP.It stands for 'Personal Home Page' and was created by Rasmus Lerdorf in1996 to track the visitors to his online resume.In profession it is mean as Hypertext Preprocessor.It is most widely used server site scripting.Whenever required php can be embedded into HTML templates.
When using PHP in Windows it is called WAMPP, in Linux it is LAMPP and in Macintosh it is called MAMPP.
           WAMPP=Window Apache Mysql PHP,
           LAMPP=Linux Apache Mysql PHP,
           MAMPP=MAC Apache Mysql PHP
The best package for PHP is coming in XAMPP .Just install and use it its very easy to use.After the installation of XAMPP completed start the XAMPP control panel and click the every check box to install apache,mysql and ftp.And Click start button one by one to start the applications.Now it is the completion of the configuration of PHP server.
            Now its time to check your XAMPP installation
Open your favourite browser and type in the address box http://localhost  
Then you will get the home page of XAMPP. If any error occur reinstall XAMPP.
Now start testing your own PHP scripts for that write your script in text editor and save as name.php . Now Copy your php script file and paste inside the folder xampp/htdoc/
Now type in browser http://localhost/name.php
You will get the output of your php script.
If More Interested In Learning PHP Visit The PHP Page Link is Available on this page in Right Sidebar. 

No comments:

Post a Comment

YOUR MESSAGE HERE