Re: [PHP] I am making a mailing list but....

2001-09-13 Thread Kyle Smith
12, 2001 8:53 PM Subject: [PHP] I am making a mailing list but . how do i make php add something to a text document on the smae line cause i need the text document to look like this [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]; so well, how do i get it to add on to line 1

RE: [PHP] I am making a mailing list but....

2001-09-13 Thread Michael Geier, CDM Systems Admin
= array_shift($array)) { fputs($fp,$tmp; ); } fclose($fp); -Original Message- From: Kyle Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 7:19 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] I am making a mailing list but I really need help on this one, so someone

[PHP] I am making a mailing list but....

2001-09-12 Thread Kyle Smith
. how do i make php add something to a text document on the smae line cause i need the text document to look like this [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]; so well, how do i get it to add on to line 1 and would i need it to make the ; go on the last line cause php cat

RE: [PHP] I am making a mailing list but....

2001-09-12 Thread Jack Dempsey
:53 PM To: [EMAIL PROTECTED] Subject: [PHP] I am making a mailing list but . how do i make php add something to a text document on the smae line cause i need the text document to look like this [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]; so well, how do i get it to add

Re: [PHP] I am making a mailing list but....

2001-09-12 Thread Adam
amen. a database solved my data storage for good and i could never get along without it now. also scripst like these can currupt files that it writes to if a person does certains things while browsing. (ex. refreshing realy fast) get a DB it's way easier to manage. -Adam -- PHP General