Did you try viewing the source of the blank page?  Occasionally there will
be (unparsed or erroneous) code that gives some indication of the problem.

Also try checking the php / server logs to see if they give any indications.

In addition, please reply with your php verion, OS, and server type.

Michael Richardson

-----Original Message-----
From: Shane Aldrich [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 12:06 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] I need help troubleshooting an installation.


hello,

i just installed php4 on my machine for local testing purposes. i have
edited the httpd.conf file of my Apache server to point to php.exe and
when i open a page with the .php or .html extensions that has this code:

<html>
<body>

<?php
$myvar = "Hello, World!";
echo $myvar;
?>

</body>
</html>

nothing displays in the browser window. i don't want to learn anything
else about php until i can get this simple script to work. what might i
be doing wrong?

--
Shane Aldrich
Graphic Insight
3014 N. Hayden Road
Suite 114
Scottsdale, AZ 85251
480.423.3524
FAX 480.423.1987
www.graphic-insight.com

--
PHP Install 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]


-- 
PHP Install 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