PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I want to facilate users by letting them make new membership.
And alsso want them to login to access differnt things in my website..
Can Anyone Help me in doing this..
Pls gimme comments
Pls only
just a txt file in username with all username(i can)
and a txt file in password with all password(i can)
a form in html (i can do)
php code(the worst thing, all mistake)
easyredboy wrote:I want to facilate users by letting them make new membership.
And alsso want them to login to access differnt things in my website..
Can Anyone Help me in doing this..
Pls gimme comments
I see you use text files but my suggestion is to use mysql. Database would more secure and you have less change to mess it up. But if you keep using text files then at least encrypt the password data.
I need one frm which i can import one frm a file
isnt my code correct?
i never get logged in
whats the problem
Your code is correct ... but a little crazy. It appears that you have one file containing only a username and another file containing only a password. Typically, if you wanted to use a text file, you would have a delimited file like this: