Thread
:
HELP - php code to post all list box values
View Single Post
•
•
Join Date: Jun 2007
Posts: 1,225
Reputation:
Solved Threads: 166
kkeith29
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:
Help with Code Tags
PHP Syntax
(
Toggle Plain Text
)
$listbox2
=
$_POST
[
'listbox2'
]
;
$listbox2 = $_POST['listbox2'];
is the select box multiple or not. is it returning only one value.
kkeith29
View Public Profile
Find all posts by kkeith29