Debt Consolidation - Wordpress Themes - Internet Advertising - free machines directory - Debt Consolidation

PDA

View Full Version : Where Can I Learn How to Do This . . . ?


Masterful
Oct 2nd 2008, 10:58 pm
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?

EricBruggema
Oct 3rd 2008, 12:39 am
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

Masterful
Oct 3rd 2008, 7:30 am
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.

Sillysoft
Oct 3rd 2008, 9:23 am
Here is a list of membership tutorials for php/mysql:

http://www.pixel2life.com/tutorials/php_coding/membership_scripts/

Masterful
Oct 3rd 2008, 11:35 am
Here is a list of membership tutorials for php/mysql:

http://www.pixel2life.com/tutorials/php_coding/membership_scripts/

Great stuff! Thanks a lot!

Reputation points added. :)

aj.eylia
Oct 4th 2008, 7:06 am
thanks for the link! http://www.pixel2life.com is awesome site