Tommy: The source for the tutorial is as follows:
<html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html> Again, I still get a blank screen. Any suggestions? Regards, William Johnston From: Tommy Peterson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 9:27 AM To: William Johnston Cc: php-install@lists.php.net Subject: Re: [PHP-INSTALL] still getting a blank screen after reading faq A blank screen usually means you are 1) not putting anything back to the screen (Im not familiar with the tutorial you are referring to) or 2) you have an error but do not have error reporting turned on. ____________________________