Re: [PHP] Reading files

2003-02-27 Thread Ferhat Can
Hi Chris, You should delete the ; after the while statement because it causes an infinite loop. - Original Message - From: "Chris Blake" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 16:29 Subject: [PHP] Reading files > Greetings... > > When t

Re: [PHP] gethostbyaddr woes

2003-02-26 Thread Ferhat Can
Hi Eric, You can test the gethostbyaddr function using the following script: It outputs 'mole.phpwebhosting.com' on my system. If it doesn't work the same way for you, then there may be trouble with the phpwebhosting. - Original Message - From: "erich" <[EMAIL PROTECTE

Re: [PHP] fopen woes....

2003-02-24 Thread Ferhat Can
Hi Chris, The mode rw is contradictory. You say open the file in the read-only and write-only modes. I think you the append mode(a) is the candidate to solve your problem. Ferhat Can - Original Message - From: "Chris Blake" <[EMAIL PROTECTED]> To: "

Re: [PHP] Session problem

2002-10-15 Thread Ferhat Can
Thank you for replying Jonathan, I set the session.cookie_domain in php.ini but it didn't work. I have too many session files in my /tmp directory. Everytime I refresh the page a new session file is created unfortunately. Ferhat Can - Original Message - From: &quo

[PHP] Session problem

2002-10-15 Thread Ferhat Can
r your help. Ferhat Can

Re: [PHP] about forms with php

2002-09-20 Thread Ferhat Can
Hi Meltem, Since you place return false in the onSubmit code, you cannot submit the form to the next page. What you need to do is that check if the email field is empty, if yes return false; if not return true. - Original Message - From: "Meltem Demirkus" <[EMAIL PROTECTED]> To: