I am having trouble viewing a php website that I wrote. I am running windows
xp professional with service pack 2. I have IIS services installed and the
default web site is running. To get to the site I use the
//localhost/wrestling/handle.php. Here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<b> Thank you for registering! </b>
<p />
<?php
print 'Test Done';
?>
</body>
</html>
Does anyone know why this is not working? Thanks for the help.
-Cam
[SOLVED] Easy question for new programmer
Moderator: General Moderators