View Single Post
  #4 (permalink)  
Old 11-03-08, 05:04
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,517
I just did a search in Google for "php user registration form" and it came up with sites like these http://www.olate.co.uk/articles/185 or http://uk.youtube.com/watch?v=OQ14NjbEXJM. I haven't looked through them but they seemed to be going along the right lines.

Assuming your OK with PHP you just need to present a form where users can put in their details i.e. name and email. At this point you would often have an image containing text that the user needs to type in - this tends to stop robots from setting up 1000's of accounts. Normally you would then email them a random password. Then they login with this password and change it to a password of their choice.

Mike
Reply With Quote