PHP Scripting

What is PHP?

PHP (Hypertext Preprocessor) is a server-side HTML embedded scripting language that was developed in C and is designed especially for working with relational database systems.

For more information on PHP visit the following websites:


How do I use PHP?

A PHP program can be embedded directly in the HTML document. It must have a .php extension in order for the server to look for PHP code in the document. Here is how you embed the PHP:

< ?
insert PHP code here
?>

or

< ? php
insert PHP code here
?>

If you require support please contact us.