Hello, I wondered if anyone could show me code to achieve the following:
I have:
1 textbox
1 submit button
When the user enters a number e.g. 7 into the text box the following should happen:
The text 01, 02, 03, ..., 07 is entered into a field "sometext" in the mysql database (so there are 7 records)
I figure that i maybe need to do some string to int conversion and loop round an array but after an afternoon of frustration, it's beyond me.
Thanks