Help Needed for a Register and Login Script

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
hudbarnett
Forum Newbie
Posts: 5
Joined: Sat Jul 30, 2005 4:03 pm

Help Needed for a Register and Login Script

Post by hudbarnett »

Hi there

I’m looking for a script that will provide a register and login section for users that will direct them to a specific page on a website.

I would like each user to have different usernames and passwords.

I'm happy for the database to be SQL or text or what ever is best.

Thanks for any help that may be passed in this direction.

:?
stukov
Forum Commoner
Posts: 26
Joined: Sun Jul 24, 2005 2:16 pm
Location: Sherbrooke, Qc, Canada

Re: Help Needed for a Register and Login Script

Post by stukov »

hudbarnett wrote:I’m looking for a script that will provide a register and login section for users that will direct them to a specific page on a website.
Why don't you build one? :wink:
hudbarnett
Forum Newbie
Posts: 5
Joined: Sat Jul 30, 2005 4:03 pm

Post by hudbarnett »

I would if i knew php, but i'm new to this. This is why i'm asking for help.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

if you're asking someone to do it for you, you'd be better off posting in the "volunteer" forum.

if you want to try and tackle it yourself, we're here to help...

doing what you're asking really isn't very advanced stuff and would probably be a good first lesson for you in php.
Post Reply