Monday 31 December 2012

Beginners PHP Tutorial





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

3 comments:

  1. please help me to print "Hello World" in Web browser using PHP program ?

    ReplyDelete
    Replies
    1. For clarifications you can follow these links:

      http://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/

      Delete
  2. Please follow these steps:
    1. 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.

    ReplyDelete