PHP is a powerful tool for making dynamic and interactive Web pages.
PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.
Following are some of the links which you can follow :
1. http://www.homeandlearn.co.uk/php/php.html
2. http://www.w3schools.com/php/default.asp
3. http://www.tizag.com/phpT/
4. http://www.tutorialspoint.com/php/index.htm
please help me to print "Hello World" in Web browser using PHP program ?
ReplyDeleteFor clarifications you can follow these links:
Deletehttp://php.about.com/od/learnphp/qt/hello_world.htm
http://www.tizag.com/phpT/comment.php
http://www.dailybits.com/getting-started-with-php-part-1-hello-world/
Please follow these steps:
ReplyDelete1. Take a notepad and write the script given below.
2. The script should be place inside the PHP anchor tags.
()
3. The message to type is given below.
echo "Hello world";
4. Save the file with '.php' extension (for eg : sample.php)
5. Now take your local browser and type localhost and run your file there.