Page 1 of 1

adding a register page

Posted: Tue Jan 06, 2004 2:24 am
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.

Posted: Tue Jan 06, 2004 4:05 am
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?

Posted: Tue Jan 06, 2004 4:08 am
by CraniumDesigns
nevermind. found a tutorial for creating an entire membership system with php and mysql on phpfreaks.com