adding a register page

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
CraniumDesigns
Forum Newbie
Posts: 18
Joined: Fri Nov 07, 2003 1:35 am

adding a register page

Post by CraniumDesigns »

hey peoples. i'm setting up a community site like http://www.thedilly.com but for a more specific audience. i've got the login form working, now i need to set up a registration page where a person can register with all their important info (username, pass, email) and then any optional info they want to post. i then want it to be setup so that they recieve an email at the specified address and have to click the link to fully activate their account. can someone tell me the basic php format for doing that or send me a link? thanks.
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

for doing what?
to be able to register, or a mail script?
also, are you using MySQL, some else database, or are you using flat-files?
CraniumDesigns
Forum Newbie
Posts: 18
Joined: Fri Nov 07, 2003 1:35 am

Post by CraniumDesigns »

nevermind. found a tutorial for creating an entire membership system with php and mysql on phpfreaks.com
Post Reply