Re: [PHP] Really easy question

2001-05-06 Thread Dan Lowe
Previously, biscut said: > Thanks very much for your help on this, turns out there wasnt anything > "wrong" with it, I was trying to view the page with Netscape 4.7 on hte > Linux machine and getting blank pages, if I viewed it with IE 5.5 on a > windows machine then everything works fine...I have

RE: [PHP] Really easy question

2001-05-06 Thread biscut
001 23:04 > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Really easy question > > > Check for output compression in output buffering in your php > script, I don't > think it always works. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTE

RE: [PHP] Really easy question

2001-05-06 Thread Chris Mason
; Tom Carter > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Really easy question > > > check your html whenver you see blank pages in netscape, but they work in > IE... > > -jack > > -Original Message- > From: biscut [mailto:[EMAIL PROTECTED]] > Sent: Sunda

Re: [PHP] Really easy question

2001-05-06 Thread Steve Maroney
create a new php file. If you call the function phpinfo(), you should get a bunch of useful information. If you're getting an error message complianing about PHP not being enabled, then check out your configuration file. I think there is an line something like enable engine. That might be turned

RE: [PHP] Really easy question

2001-05-06 Thread biscut
gards biscut > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 06 May 2001 22:15 > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Really easy question > > > At 06.05.01 22:03, you wrote: > > > >Thanks very much for your hel

RE: [PHP] Really easy question

2001-05-06 Thread biscut
> Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Really easy question > > > check your html whenver you see blank pages in netscape, but they work in > IE... > > -jack > > -Original Message- > From: biscut [mailto:[EMAIL PROTECTED]] > Sent: Sunday, May 06, 2001

RE: [PHP] Really easy question

2001-05-06 Thread heinisch
At 06.05.01 22:03, you wrote: > >Thanks very much for your help on this, turns out there wasnt anything >"wrong" with it, I was trying to view the page with Netscape 4.7 on hte >Linux machine and getting blank pages, if I viewed it with IE 5.5 on a >windows machine then everything works fine...I

RE: [PHP] Really easy question

2001-05-06 Thread Jack Dempsey
check your html whenver you see blank pages in netscape, but they work in IE... -jack -Original Message- From: biscut [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 5:03 PM To: Tom Carter Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Really easy question Thanks very much for your

RE: [PHP] Really easy question

2001-05-06 Thread biscut
happening but at least it works and I am not going completely mad... Thanks again biscut > -Original Message- > From: Tom Carter [mailto:[EMAIL PROTECTED]] > Sent: 06 May 2001 20:44 > To: biscut > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Really easy question > >

Re: [PHP] Really easy question

2001-05-06 Thread Tom Carter
The easiest way is to create a simple page (called say test.php) with the following This should display a page with all sorts of information about your PHP, and serves as a good test as to whether or not PHP is working Good luck! Tom Carter Web Architect roundcorners ltd. On Sun, 6 May 2001,