RE: [PHP] working with file and mail

2003-03-03 Thread John W. Holmes
ay, March 03, 2003 9:15 PM > To: Kevin Stone; [EMAIL PROTECTED] > Subject: Re: [PHP] working with file and mail > > Ok I got it figuered > > please do not reply to this subject anymore > > Thank you all who helped > > > - Original Message - > From:

Re: [PHP] working with file and mail

2003-03-03 Thread WebDev
Ok I got it figuered please do not reply to this subject anymore Thank you all who helped - Original Message - From: Kevin Stone <[EMAIL PROTECTED]> To: WebDev <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 1:56 PM Subject: Re: [PHP] working

Re: [PHP] working with file and mail

2003-03-03 Thread WebDev
I just got it working with this following code and again the problem the first person in the list gets a perfect email, 2 person will see the first person emailed in the list and so on the third sees the 2 and 1 I got 1000 entries in the file and it is unexceptable to let person nr. 800 see

Re: [PHP] working with file and mail

2003-03-03 Thread Kevin Stone
Impossible. The list() = split() construct will initialize any variables that do not contain values so it cannot possibly be a security risk. User 100 cannot possibly see user 99's email address unless user 99's email address is on line 100. If you want to be absolutely certain then initialize y