Re: [PHP] multiple selections in list/menu field

2001-09-15 Thread Richard Baskett
it as long as the [] is empty :) I hope that made sense! Rick From: Tom Beidler [EMAIL PROTECTED] Date: Fri, 14 Sep 2001 17:26:50 -0700 To: php list [EMAIL PROTECTED] Subject: [PHP] multiple selections in list/menu field I'm trying to use a list/menu field with multiple options allowed

[PHP] multiple selections in list/menu field

2001-09-14 Thread Tom Beidler
I'm trying to use a list/menu field with multiple options allowed but I'm only getting the very last selection. Here's part of my code to build the list/menu field; print (tdselect name=\x[rec_pd4]\ multiple size=\15\\n); print ($option_pd4); print ( /select/td\n); Here's the code to