PHP / mySQL UserAuth help?!

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

Post Reply
Jastar
Forum Newbie
Posts: 1
Joined: Tue Apr 20, 2004 12:52 pm

PHP / mySQL UserAuth help?!

Post by Jastar »

I have a database of simple read-only database listings. I would like to implement a feature whereby Clients can edit their own information.

I'm new to PHP and mySQL although I've a fair idea of PHP coding, connecting to a mySQL database, and running queries etc.

Can someone please assist with a recommended userauth system, and a way to best program this feature.


Thanks,

Jason.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

http://www.hotscripts.com they have lots of authentication scripts.

If you are wanting to code one yourself or learn how to just search google for a tutorial.

I don't think anyone is willing to code it for you here :P
Post Reply