
PHP stands for "PHP: Hypertext
Preprocessor". Alot of people have been confused by this as the acronym
PHP is part of the actual name derived from the acronym.
PHP is a general-purpose scripting language, its ease
of use and learning curve make it especially suited to web development
and the language can be embedded into HTML, making it relatively easy
to produce brilliant, dynamic web pages.
PHP is open source, meaning anyone can download the
actual source code and edit it, develop and refine it. PHP is growing
at a rapid pace, why don't you give it a try?
For a programmer, PHP may seem very easy to get to
grips with. For someone who has just mastered HTML and is looking to
write a dynamic website, it may take a little more effort, i have done
my best to write an easy-to-follow tutorial. Read onto the next section
and get started.
Getting Started
One of the great features of PHP is that it
can be embedded into HTML with ease. A PHP document doesn't have to
contain PHP code. You could simply write HTML in the document and the
server would handle it as HTML. The way you tell the server to invoke
PHP to interpret PHP code and return the output to the user is with the
PHP tags. Let's have a look.
PHP Mode Tags: