CODE
This is some fake code
just to see what will happen
and
just to see what will happen
and
SQL
CREATE TABLE mynewtable(
id SMALLINT(4) AUTO_INCREMENT PRIMARY KEY,
first_name VARCHAR(40),
last_name VARCHAR(35),
username VARCHAR(45),
email VARCHAR(50),
password VARCHAR(40),
level ENUM(Admin,Moderator,Member)
)
id SMALLINT(4) AUTO_INCREMENT PRIMARY KEY,
first_name VARCHAR(40),
last_name VARCHAR(35),
username VARCHAR(45),
email VARCHAR(50),
password VARCHAR(40),
level ENUM(Admin,Moderator,Member)
)
HTML
<html>
<body>
<form name ='myform' method='post' action='next.php' /><br />
First Name: <input type='text' name='first_name' /><br />
Last Name: <input type=text' name='last_name' /><br />
Your E-mail: <input type='text' name='email' /><br />
Create A Password<input type='password' />
<input type='submit' value='Register'>
</form>
</body>
</html>
Hmmm...wonder when PHP highlighted like the HTML (SQL should also be highlighted) will be placed on this site, maybe I will go ahead ond submit the MOD to Invisionize and PHP Phreaks.<body>
<form name ='myform' method='post' action='next.php' /><br />
First Name: <input type='text' name='first_name' /><br />
Last Name: <input type=text' name='last_name' /><br />
Your E-mail: <input type='text' name='email' /><br />
Create A Password<input type='password' />
<input type='submit' value='Register'>
</form>
</body>
</html>

