|
|
The Basic of PHP
PHP stands for the Hypertext Preprocessor. PHP is embedded in HTML files and is extremely easy to learn and code. PHP is a server side scripting language, that is, the server processes the PHP code and sends the output to you. Thus, it is not possible to view the source of the PHP code. PHP code cannot be run on your computer unless you are running a server, download PHP Triad so you can test your PHP code on your computer. View the full article at http://www.osforge.com/news/00767.html
|
|