-----------------------------------------------------------------
| PHP Tutorial - PHP vs HTML |
-----------------------------------------------------------------
about
: The advantages of PHP over HTML

Well, most readers probably understand HTML code.
At least, they will understand that HTML is the code that the web browser interprets to show the user a webpage.
PHP, stands for Pre-Hypertext Processor, is a server-side scripting language. This means that the client does not need to download any additional software, modules, or plugins for it to work like Macromedia Flash.
The output of PHP Code is HTML Code, which is then processed by the user's browser.
Usual usage of PHP Code is as a front-end to a MySQL Database, this lets news sites save their news, blog sites save their blogs, forum sites save their forums, and most sites to save their member login info.
To add PHP functionality to a base install of a webserver like apache, you just have to download the PHP files from
http://www.php.net/
Also on
http://www.php.net/, is full documentation including user comments for each function.
Recommended Sites for PHP Help/Tutorials/Code:
VERY INFORMATIVE
http://www.php.net/
Tutorials/Articles/Example Code
http://www.phpfreaks.com/
http://www.devarticles.code/
Tutorials/Example Code
http://www.hotscripts.com/
Written by Kyle Varga "theSpear"
m3ltd0wn123@gmail.com
For the V7N Forums
http://www.v7n.com/forums/