Thu Nov 29, 2012 1:33 pm
Hello,
Thanks very much for the php user registration system but please is there anyway i can get a code to
to insert the datas on the form into my database. i have tried it on my own but could not do the date of birth
thanks in advance
Thu Dec 27, 2012 11:05 am
Try this code
<html>
<body>
<form action="insert.php" method="post">
Firstname: <input type="text" name="firstname">
Lastname: <input type="text" name="lastname">
Age: <input type="text" name="age">
<input type="submit">
</form>
</body>
</html>
Mon Jan 21, 2013 11:14 pm
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.