Posted by Skijor on 02/04/07 23:05
This code produces no output when I load the index.htm into apache
directly from my browser as:
http://localhost/ixania/index.htm
why?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xml:lang="en"><!-- InstanceBegin template="/Templates/index.dwt"
codeOutsideHTMLIsLocked="false" -->
<head>
<title>Some Title</title>
</head>
<body>
<?php echo("Hello World"); ?>
</body>
</html>
I expect to see 'Hello World' but I see a blank page instead.
Navigation:
[Reply to this message]
|