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

2001-09-13 Thread Kyle Smith
I really need help on this one, so someone please! -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666 - Original Message - From: Kyle Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September

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

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

2001-09-12 Thread Jack Dempsey
You should really think about storing things in a db...mysql's free and easy to use and install, and will save you lots of time (especially with this kind of question) If you're only trying to add something to line one, you could open a file, read it, open a new one, print whatever you need to

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