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:
here's the idea
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
: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>
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: