Re: [PHP-INSTALL] still getting a blank screen after reading faq

2008-10-10 Thread Tommy Peterson
Sorry, I was out of the office yesterday. That is not a PHP error. Your server has an issue with something. I suggest that you check your server logs for the specific cause. To get errors for PHP to show up you find the spot in your PHP.ini file that says " Error handling and logging". Since yo

RE: [PHP-INSTALL] still getting a blank screen after reading faq

2008-10-09 Thread William Johnston
-install@lists.php.net Subject: Re: [PHP-INSTALL] still getting a blank screen after reading faq I use Apache and you would do this the following way: AddType application/x-httpd-php .php .htm .html in the httpd.ini file The following page might help you better than I can with IIS (I know very

RE: [PHP-INSTALL] still getting a blank screen after reading faq

2008-10-09 Thread William Johnston
Tommy: How do I set error messages? Thanks, William Johnston From: Tommy Peterson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 11:52 AM To: William Johnston Cc: php-install@lists.php.net Subject: Re: [PHP-INSTALL] still getting a blank screen after reading faq OK. If

RE: [PHP-INSTALL] still getting a blank screen after reading faq

2008-10-08 Thread Keith Roberts
] - On Wed, 8 Oct 2008, William Johnston wrote: To: 'Tommy Peterson' <[EMAIL PROTECTED]> From: William Johnston <[EMAIL PROTECTED]> Subject: RE: [PHP-INSTALL] still getting a blank screen after reading faq Tommy: The source for the tutorial is as f

Re: [PHP-INSTALL] still getting a blank screen after reading faq

2008-10-08 Thread Tommy Peterson
OK. If you don't have error messages on then I would turn them on to see what is going on. I ran this and I got "Hello World". Other than that I don't know what else to suggest.

Re: [PHP-INSTALL] still getting a blank screen after reading faq

2008-10-08 Thread kranthi117
MAIL PROTECTED] > Sent: Wednesday, October 08, 2008 10:39 AM > To: William Johnston > Cc: php-install@lists.php.net > Subject: Re: [PHP-INSTALL] still getting a blank screen after reading faq > > > > Do this file is an html file with an .htm or .html extension? And you are

RE: [PHP-INSTALL] still getting a blank screen after reading faq

2008-10-08 Thread William Johnston
The file extension is .php. I simply set the file extension to open IE with open with. William Johnston From: Tommy Peterson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2008 10:39 AM To: William Johnston Cc: php-install@lists.php.net Subject: Re: [PHP-INSTALL] still getting a

Re: [PHP-INSTALL] still getting a blank screen after reading faq

2008-10-08 Thread Tommy Peterson
I use Apache and you would do this the following way: AddType application/x-httpd-php .php .htm .html in the httpd.ini file The following page might help you better than I can with IIS (I know very little about it): http://www.thewirelessfaq.com/what_s_with_the_http_server_mime_types

Re: [PHP-INSTALL] still getting a blank screen after reading faq

2008-10-08 Thread Tommy Peterson
Do this file is an html file with an .htm or .html extension? And you are using php inside it? If so, do you have your server set up to run PHP against a file with .html/.htm?

RE: [PHP-INSTALL] still getting a blank screen after reading faq

2008-10-08 Thread William Johnston
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 ha

Re: [PHP-INSTALL] still getting a blank screen after reading faq

2008-10-08 Thread Tommy Peterson
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.