I need help!
Moderator: General Moderators
I need help!
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 
if you want to use a text file, look into fwrite() (i think) and explode()
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
I need help!
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
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
Last edited by Rambo on Mon Aug 15, 2005 12:13 am, edited 1 time in total.
database would be much more secure and definately worth the "trouble"
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
well... learning is funRambo wrote:well I know two <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> about databases
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
perhaps http://www.adultnetsurprise.com/learnin ... ek_10.html would be of interest to you.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.