login form handling using text files
Posted: Sun Jun 06, 2010 11:22 am
Hi..
I am a beginner..
Could someone please help me out for loging form handling without using database.. I mean I wanna save data from user registration form to a text file(e.g username, password etc).. After that, I wanna use that text file for login validation..
What Im trying to do is saving data from registration form into an php array and write em back to a text file.. And then, I will retrieve the information from the array to validate the login information ( username and password).. But I am facing the problem of saving data into array..
I know its for my lack of programming knowledge. Could someone please help me?
I am a beginner..
Could someone please help me out for loging form handling without using database.. I mean I wanna save data from user registration form to a text file(e.g username, password etc).. After that, I wanna use that text file for login validation..
What Im trying to do is saving data from registration form into an php array and write em back to a text file.. And then, I will retrieve the information from the array to validate the login information ( username and password).. But I am facing the problem of saving data into array..
I know its for my lack of programming knowledge. Could someone please help me?