Quote:
Originally Posted by lemoncash
huui my name is michael and im building an affilate site.
for now my site is VERY poor.i want 2 know hot to make a registration page. please tell me the complete guide,i mean how to make the database,the table on database,and the fileds need to be filled.it will be cool if you will help me.
 btw,im new to all so please explain the simple way.
< fake signature removed >
|
Simple way? There isn't one.
Unless you follow Chris' advice and hire someone.
You'd need to learn a server side code of somekind, PHP is my code of choice, however, the likes of ASP can be used as well. In most cases, you would need a database on your server.
Basically, the user inserts their details. The code connects to the database and inserts them in a specific table(s). From there, every page you want associated with this 'member' system would have to use things such as cookies etc.
Long story short, its hard.
|