PHP enabled page :-)

PHP scripting commands are not visible on the client side

The actual creation of the HTML page is done on the server itself

to explain this

The code to generate this in PHP is

designate some variables

$bgcolor="green";

$textcolor="white";

?>

Another PHP example

Return to form test only