Hullo guys,
I've run into a small problem. What I'm trying to do is send multiple rows of data to a table at once.
On the HTML screen I have a series of checkboxes, the user can tick any number of these. Now this then gets sent along to the processing script as checkbox=1&checkbox=2&checkbox=3 etc.
The way I have it at the moment is that it can only accept one checkbox entry. I'm unsure of how to do multiple entries.
Any ideas?