RE: [PHP] Blank page in browser

2005-05-18 Thread Richard Lynch
On Tue, May 17, 2005 10:59 pm, Nayeem said: > I found same error in error_log file which I face on command prompt before > then I install PHP 5.0 with --with-oci8=$ORACLE_HOME compilation so that > problem solved. Now I'm facing same problem on Apache. So can you tell me > where should I define the

RE: [PHP] Blank page in browser

2005-05-18 Thread Nayeem
es on Apache. Thanks, Regards, Nayeem. -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 10:51 PM To: Nayeem Cc: php-general@lists.php.net Subject: Re: [PHP] Blank page in browser On Tue, May 17, 2005 1:41 am, Nayeem said: > I'm new to PH

Re: [PHP] Blank page in browser

2005-05-17 Thread Richard Lynch
On Tue, May 17, 2005 1:41 am, Nayeem said: > I'm new to PHP programming and I just try to display small information > from > database on web page but its shows blank page. So my code is mention below > and let me know what's wrong in it but when I execute same program on > command prompt then its s

RE: [PHP] Blank page in browser

2005-05-17 Thread Leila Lappin
Blank page usually means there was an error during parsing of PHP. The error will be in the error.log file under apache. Find that file and check it, it'll show you what happened. -Original Message- From: Nayeem [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 4:42 AM To: php-gene