I want to add membership features and functions to one of my sites to allow people to register, login and favourite things. Can anyone point me in the way of any such tutorials, please? Where can I learn how to build registration forms? Where can I learn how to favourite things?
Tell us what you already can? that's more important! If you want to start writing a membership system you need to know the following Scripting language (php, asp) Database engine (MySQL, Progress Sql, MsSql) If you choose for PHP i've got some tips: session - for remembering user data mysql_* functions for inserting, reading, writing data from and to the database $_POST to readout user inputs
Thanks for the response, Eric. Points added to your account! I know PHP and MySQL - although not enough to go ahead and do this all myself. I want to know, therefore, where I can learn the types of codes that I will require.
Here is a list of membership tutorials for php/mysql: http://www.pixel2life.com/tutorials/php_coding/membership_scripts/