I am runnig Windows 98. I installed Pws and then PHP 405-installer. Then i created a documet  named index.php and wrote
 
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<? echo("Hello World");?
</body>
</html>
 
Then i typed in the browser http://localhost/index.php.
 
But then  page was empty(blank). When i clicked see source it opened the document but the script was there.
I selected execute in my document root directory.
 
Whats wrong?
 
Lukas
 
P.S. : I included my ini just in case.
-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to