Inserting multiple entries into table from the same form-Collection of common programming errors
This is my form, a pretty simple one. I have 3 text fields in which questions will be entered and i want to put each of these in a database.
questFormtest.php:
Test Quest
Enter Questions
Question 1: Five marks each.
a) *
b) *
c) *
My php file is as follows:
quest.php:
Originally posted 2013-11-10 00:12:44.