Page 1 of 1
I need help!
Posted: Sun Aug 14, 2005 11:31 pm
by Rambo
Ok, well, Im going to get down to the point. I need a php code. I'm in the middle of coding my own instant messanger and it supports sn's and passwords. And one my instant messangers website I will have a screen name registration page. And I will have all the forms like "Screen Name: then the text box" Password: yada yada yada. When someone types the screen name and password they want, I want that information to be sent to a text file, in the text file list the screen name and password they registered, Ie:ScreenName1:Password1 in a text file. I found some tutorials on this but I just couldnt get it right. Could someone link me or paste the code I need, it will be highly appreciated. Thanks

Posted: Sun Aug 14, 2005 11:55 pm
by feyd
use a database, it's far more straight forward and less prone to hacking and breakage.
No offense, but your choice of thread subject needs work

Posted: Mon Aug 15, 2005 12:12 am
by s.dot
if you want to use a text file, look into fwrite() (i think) and explode()
I need help!
Posted: Mon Aug 15, 2005 12:12 am
by Rambo
I dont want to use a data base, it would be more trouble.
and heh, it's just a thread title
and scrot, what do you mean? I dont really have alot of knowledge in php, but do you have an actuall script I can learn off of

Posted: Mon Aug 15, 2005 12:13 am
by s.dot
database would be much more secure and definately worth the "trouble"
Posted: Mon Aug 15, 2005 12:14 am
by Rambo
well I know two <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> about databases

Posted: Mon Aug 15, 2005 12:16 am
by feyd
and heh, it's just a thread title
true, but that could easily determine if I, or anyone else even bothers to look at the thread. Needlessly wasting someone's time isn't helpful to anyone.
Posted: Mon Aug 15, 2005 12:17 am
by s.dot
Rambo wrote:well I know two <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> about databases

well... learning is fun

Posted: Mon Aug 15, 2005 12:19 am
by Rambo
Yes, but I dont want to learn all of it, I just want one php script so I can do this, all I want is that, dont want to create a database or any of that.
Posted: Mon Aug 15, 2005 1:26 am
by s.dot