Chapter 2 page 23
For some reason none of my browsers will display the php code on page 23. The test code worked on the install, but now when i open the test code it shows this (If you see this then we did it right! "; ?>) and the code it the same as the book
<html>
<head>
<title>PHP Testing</title>
</head>
<body>
<?php
echo "<p>If you see this then we did it right!</p>";
?>
</body>
</html>
And page 23 code shows nothing, and i you can't figure out why it wont work. Does the browsers not understand php no more?
|