Forum Moderators: mack
just a quick question. I am looking for the best way to allow a user to enter data into a MySQL database.
Basically a form or app of some kind that would take the entered data and populate fields in the database.
I have worked a bit with PHP, but am looking for other options too.
Any thoughts?
Thanks,
Dan.
>> I've found it to be a pain to build a page with many fields (50+)
hehe, I think it is always a pain to build big forms but luckily it only needs doing once (hopefully)
using php shouldn't be slow, though I don't know anything about the server it is running on or the specifics of the script. A straight up insert should be pretty darn quick.