quick help for how to make a database registration

cloudnakpil

New Member
Messages
27
Reaction score
0
Points
0
help on how to make a database registration

:happysad: hello guys as you can see on the title...

I need help about making a easy database registration.
I know what to do for the html form registration refer below:

Code:
<div><form method="post" action="PHP LINK FOR THE DATABASE REGISTRATION">
    Friendster User ID; 
    <input name="id" type="text" size="20" /><br />
    <br /><input name="css" type="text" size="40" /><br />
    <br /><input name="Submit2" type="submit" value="Register" />
        </form></div>
here's the idea
iglreo.jpg


so my problem is the script for the php..... and how to setup mysql database for the registration..


1. variable=text, for the id, size limit=20
2. variable=text, for the css link, size limit=40


Sorry for my bad English..
thanks in advanced for the help
 
Last edited:

xmakina

New Member
Messages
264
Reaction score
0
Points
0
You need to learn SQL with PHP.

Take a wander over to here to learn SQL, then go here to learn how to use SQL with PHP.

When you've gone through those, feel free to ask for any more help. There is another thread about setting up a log-in box, find that and have a read too :)
 

freecrm

New Member
Messages
629
Reaction score
0
Points
0
This is a very common question and there are plenty of posts on how to go about it.

MySQL and php are large areas and, unfortunately for you, there is a lot to learn.
 

cloudnakpil

New Member
Messages
27
Reaction score
0
Points
0
mmm ok... i will read stuffs about sql and php to learned... mods please lock/delete this thread I'll be back with some improvement..

thanks
 
Top