Re: [PHP] Blank PHP pages...

2002-10-17 Thread René Moonen
I had the same thing just two days ago. This is what happend: I have some code using include files in this way: 1 ?php 2 3 // some php code 4 include(xlib.inc); 5 // some php code 6 7 ? The include file looks like 1 ?php 2 // some code 3 ? The problem was in line 3 of the include file. If

[PHP] Blank PHP pages...

2002-10-16 Thread Angel Gabriel
... I've got PHP working, on my server, I know this because I used that small PHP script that shows all the variables, and that worked fine. The problem seems to be that every other script shows me a blank pages. I'm using redhat 7.3, and I installed PHP, MySQL and Apache from RPM's and they are

RE: [PHP] Blank PHP pages...

2002-10-16 Thread Jay Blanchard
[snip] ... I've got PHP working, on my server, I know this because I used that small PHP script that shows all the variables, and that worked fine. The problem seems to be that every other script shows me a blank pages. I'm using redhat 7.3, and I installed PHP, MySQL and Apache from RPM's and

RE: [PHP] Blank PHP pages..

2002-10-16 Thread Angel Gabriel
I checked and register_globals is set to on - so that can't be the problem. -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 2:33 PM To: 'Angel Gabriel'; [EMAIL PROTECTED] Subject: RE: [PHP] Blank PHP pages.. [snip] I've got PHP

Re[2]: [PHP] Blank PHP pages..

2002-10-16 Thread Tom Rogers
Hi, Thursday, October 17, 2002, 12:58:02 AM, you wrote: AG I checked and register_globals is set to on - so that can't be the AG problem. Stop teasing us and show us the code you have on those pages :) -- regards, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Blank PHP pages..

2002-10-16 Thread Marek Kilimajer
, October 16, 2002 2:33 PM To: 'Angel Gabriel'; [EMAIL PROTECTED] Subject: RE: [PHP] Blank PHP pages.. [snip] I've got PHP working, on my server, I know this because I used that small PHP script that shows all the variables, and that worked fine. The problem seems to be that every other script

RE: [PHP] Blank PHP pages.

2002-10-16 Thread Angel Gabriel
Kilimajer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 4:26 PM To: PHP Subject: Re: [PHP] Blank PHP pages. Do you get at least any output, i.e. empty html document? Check in the logs if your server is not dying Angel Gabriel wrote: I checked and register_globals is set to on - so

Re: [PHP] Blank PHP pages.

2002-10-16 Thread Jason Young
? / ? tags. Angel Gabriel wrote: I get absolutly NOTHING! I get the most basic HTML page, but blank, as in the following -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 4:26 PM To: PHP Subject: Re: [PHP] Blank PHP pages

RE: [PHP] Blank PHP pages.

2002-10-16 Thread Jennifer Swofford
What's your PHP code look like? --- Angel Gabriel [EMAIL PROTECTED] wrote: I get absolutly NOTHING! I get the most basic HTML page, but blank, as in the following !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTMLHEAD META content=text/html; charset=windows-1252

Re: [PHP] Blank PHP pages.

2002-10-16 Thread Marek Kilimajer
-1252 http-equiv=Content-Type/HEAD BODY/BODY/HTML -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 4:26 PM To: PHP Subject: Re: [PHP] Blank PHP pages. Do you get at least any output, i.e. empty html document? Check in the logs if your

RE: [PHP] Blank PHP pages

2002-10-16 Thread Angel Gabriel
Hmm.. I'm trying to run PHP Nuke v6 ... and I also got the same when trying to squirrelmail.. -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 5:10 PM To: PHP Subject: Re: [PHP] Blank PHP pages That is NOT nothing

RE: [PHP] Blank PHP pages.

2002-10-16 Thread Angel Gabriel
I already did that, and it came up all pretty, and purply. :) -Original Message- From: Matt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 5:26 PM To: Angel Gabriel Subject: Re: [PHP] Blank PHP pages. The simplest thing to try is to create a phpinfo.php script, putting

Re: [PHP] Blank PHP pages.

2002-10-16 Thread Matt
: [PHP] Blank PHP pages. I already did that, and it came up all pretty, and purply. :) -Original Message- From: Matt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 5:26 PM To: Angel Gabriel Subject: Re: [PHP] Blank PHP pages. The simplest thing to try is to create

Re: [PHP] Blank PHP pages

2002-10-16 Thread Marek Kilimajer
: [PHP] Blank PHP pages That is NOT nothing. This is comming from your page, so check your code Angel Gabriel wrote: I get absolutly NOTHING! I get the most basic HTML page, but blank, as in the following... !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTMLHEAD META content=text

Re: [PHP] Blank PHP pages.

2002-10-16 Thread Mika Tuupola
Kilimajer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 4:26 PM To: PHP Subject: Re: [PHP] Blank PHP pages. Do you get at least any output, i.e. empty html document? Check in the logs if your server is not dying Angel Gabriel wrote: I checked and register_globals is set

Re: [PHP] Blank PHP pages.

2002-10-16 Thread Ray Hunter
HTMLHEAD META content=text/html; charset=windows-1252 http-equiv=Content-Type/HEAD BODY/BODY/HTML -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 4:26 PM To: PHP Subject: Re: [PHP] Blank PHP pages. Do you