| PHP is a powerful server-side scripting language for creating dynamic and interactive websites.
PHP can be used instead of JSP or Microsoft's ASP.
Just like ASP and JSP, PHP is excellent for Web development and can be embedded directly into the HTML code.
PHP syntax is very similar to Perl and C. PHP can be used together with Apache (web server)
on various operating systems. PHP supports ISAPI and can be used with Microsoft's IIS on Windows.
|   |
| Following are some of the links to excellent tutorial sites available on the web |
  |
| PHP Tutorial at W3Schools Excellent tutorial for Beginers to intermediate level. If you don't know any language, try this site. |
  |
| Basic PHP Tutorial at Tizag.com The goal of this tutorial is to teach you the basics of PHP. Very good site. |
  |
| Excellent PHP Tutorial at FreeWebMasterHelp.com. Once you are done with that go to the next level and learn PHP / MySQL Tutorial from the same site. Use this knowledge to create your own dynamic website. |
  |
| PHP at Answers.com This is for users who know little bit about programming. Gives lists of all available objects that can be called from PHP |
| |