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";
?>
Return to form test only