how do i input into mysql... assume that all required fields and table are created.
eg:
<html>
<body>
<form method="post" action="test.php">
title : <input type="radio" value="V1" name="R1Mr
<input type="radio" value="V1" name="R1>Mrs
Name : <input type=text name="firstname" size =20><p>
Number: <select size="1" name="D6">
<option>012</option>
<option>019</option>
<option>013</option>
<option>016</option>
<option>017</option>
</select>
<input type=submit value="submit">
</form>
</body>
</html>
thanks.. i hope u can write here php scripts
eg:
<html>
<body>
<form method="post" action="test.php">
title : <input type="radio" value="V1" name="R1Mr
<input type="radio" value="V1" name="R1>Mrs
Name : <input type=text name="firstname" size =20><p>
Number: <select size="1" name="D6">
<option>012</option>
<option>019</option>
<option>013</option>
<option>016</option>
<option>017</option>
</select>
<input type=submit value="submit">
</form>
</body>
</html>
thanks.. i hope u can write here php scripts