Re: [PHP] the document contained no data

2002-04-15 Thread Phieu Huynh
Huynh [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 3:33 PM To: Martin Towell Cc: [EMAIL PROTECTED] Subject: Re: [PHP] the document contained no data I also try the following code and still have the same problem. I am runing php4.0.?, solaris(linux) $dir_name = /export

RE: [PHP] the document contained no data

2002-04-12 Thread Nick Richardson
PROTECTED]] Sent: Thursday, April 11, 2002 10:43 PM To: 'Phieu Huynh' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] the document contained no data does that code work if you set the directory path to ./ ? -Original Message- From: Phieu Huynh [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12

RE: [PHP] the document contained no data

2002-04-11 Thread Martin Towell
; [EMAIL PROTECTED] Subject: Re: [PHP] the document contained no data Sorry, the file has ; I retype it wrong, I did set error_reporting but no change, but in the httpd error log file I found exit signal segmentation fault (11) Martin Towell wrote: is that a direct copy of your code

Re: [PHP] the document contained no data

2002-04-11 Thread Phieu Huynh
To: Martin Towell; [EMAIL PROTECTED] Subject: Re: [PHP] the document contained no data Sorry, the file has ; I retype it wrong, I did set error_reporting but no change, but in the httpd error log file I found exit signal segmentation fault (11) Martin Towell wrote: is that a direct copy

Re: [PHP] the document contained no data

2002-04-11 Thread Phillip S. Baker
At 10:33 PM 4/11/2002 Thursday, Phieu Huynh wrote: I also try the following code and still have the same problem. I am runing php4.0.?, solaris(linux) $dir_name = /export/home/phuynh/php/main/student/upload/; $dir = opendir($dir_name); while (false !== ($file_names = readdir($dir))) {

RE: [PHP] the document contained no data

2002-04-11 Thread Martin Towell
!== is correct - it's checking for type, as well as value strict non-equality -Original Message- From: Phillip S. Baker [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 3:38 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] the document contained no data At 10:33 PM 4/11/2002 Thursday

RE: [PHP] the document contained no data

2002-04-11 Thread Martin Towell
does that code work if you set the directory path to ./ ? -Original Message- From: Phieu Huynh [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 3:33 PM To: Martin Towell Cc: [EMAIL PROTECTED] Subject: Re: [PHP] the document contained no data I also try the following code