View Single Post
Join Date: Jun 2007
Posts: 1,227
Reputation: kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about 
Solved Threads: 167
kkeith29's Avatar
kkeith29 kkeith29 is offline Offline
Nearly a Posting Virtuoso

Re: HELP - php code to post all list box values

 
0
  #2
Jan 12th, 2009
you need to use brackets:

  1. $listbox2 = $_POST['listbox2'];

is the select box multiple or not. is it returning only one value.
Reply With Quote