Search found 1 match
- Mon Aug 11, 2008 5:15 pm
- Forum: PHP - Code
- Topic: Display Textboxes as many times as variable "x"
- Replies: 1
- Views: 133
Display Textboxes as many times as variable "x"
Hi I want to create a project for doing tests. First I have the name of the test to be put in a textbox by a user, then a description and the quantity of questions for each test. Based on that quantity number I want to create a question with 4 possible answers and write them to a database, then go b...