Introduction to PHP
November 30th, 2006
No comments
A PHP file may contain text, HTML tags and scripts. Scripts in a PHP file are executed on the server.
What You Should Already Know
Before you continue you should have a basic understanding of the following:
* HTML / XHTML
* Some scripting knowledge
What is PHP?
* PHP stands for PHP: Hypertext Preprocessor
* PHP is a server-side scripting [...]
Categories: PHP Intro