A short note about PHP: PHP has following characteristics: ----------------------------------- a script that executes server side user only sees result, never the code--> compare the index.php file and the source code for the websit not an extension for hmtl often used as html extension PHP simple functionalities: -------------------------------- simple echo line ----------------- php prints simple text embedding what is generated from php in html '; ?> starts with ends with ?> a lot like perl $, '', "" include line -------------- like #include in c main use for include header files you can also include functions using php formtest.php -------------