|
-
Jun 27th, 2009, 02:05 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] save listbox items into mysql table?
Hi! I want to save all items in a listbox into mysql table. listbox is send through POST. The problem is that I can't access the values of listbox by this way $_POST['listboxname'][0] ...
This way worked $_POST['optionname'] but the problem is I don't know the optionnames in that listbox. they are changing since user can enter new values into the listbox as well as deleting values, and then user press "Save" to send listbox by POST method to php page.
Thank's in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|