LOCKED duplicate topic

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!

Moderator: General Moderators

Locked
mtsgill
Forum Newbie
Posts: 6
Joined: Sat Mar 31, 2012 12:06 pm

LOCKED duplicate topic

Post by mtsgill »

a. The user logs on with a username and password, which are compared against a text file on the server.

What do I need to do? Anyone would like to share code for this? :drunk:
litebearer
Forum Contributor
Posts: 194
Joined: Sat Mar 27, 2004 5:54 am

Re: Comparing Login details against Text File in PHP!

Post by litebearer »

Why are you using a text file rather than a database?
Locked