HektoR Posted November 17, 2008 Share Posted November 17, 2008 hello everyone i want to learn how to make registration, not simply. if someone have book, or tutorials, or something about it please give me Link to comment https://forums.phpfreaks.com/topic/133064-php-registration/ Share on other sites More sharing options...
trq Posted November 17, 2008 Share Posted November 17, 2008 The process of registering a new user is as simple as checking there chosen username doesn't already exist and if not simply adding new record to the database. Id suggest you learn the basics first, then writting a registration script will be very simple. Theres a good free book in my sig (Hudzilla). Link to comment https://forums.phpfreaks.com/topic/133064-php-registration/#findComment-691993 Share on other sites More sharing options...
HektoR Posted November 17, 2008 Author Share Posted November 17, 2008 thank you for reply. i know to to chek username and how to write these informatio to mysql, but i want how to log ing, how to save log in, logout, profile Link to comment https://forums.phpfreaks.com/topic/133064-php-registration/#findComment-691997 Share on other sites More sharing options...
trq Posted November 17, 2008 Share Posted November 17, 2008 If you know how to get information in and out of a database then all you need do is break the logic down and code it. This forum is for help with code, not help with googling for tutorials on specific subjects. Link to comment https://forums.phpfreaks.com/topic/133064-php-registration/#findComment-692007 Share on other sites More sharing options...
HektoR Posted November 17, 2008 Author Share Posted November 17, 2008 ok thank you. Link to comment https://forums.phpfreaks.com/topic/133064-php-registration/#findComment-692013 Share on other sites More sharing options...
The Little Guy Posted November 17, 2008 Share Posted November 17, 2008 Here is a basic snippet, http://phpsnips.com/snippet.php?id=16 Link to comment https://forums.phpfreaks.com/topic/133064-php-registration/#findComment-692035 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.