RE: [PHP-DB] Passing multiple form variable in PHP

2002-11-12 Thread Ford, Mike [LSS]
-Original Message- From: Stephen Rhodes [mailto:stephen.rhodes;scils.co.uk] Sent: 12 November 2002 16:32 Wanting to use select multiple ... in a html form and pass multiple value into a php variable but does not work. I only get a single value. Can you tell me what I am doing

Re: [PHP-DB] Passing multiple form variable in PHP

2002-11-12 Thread Jeffrey_N_Dyke
using the [] makes your variable an array when it comes into php. **snip** else { print 'form name=sqlform method=post action=test.php?task=check font class=look2Multiple Check:/font select multiple name=icon[] option value=falseFalse/option option value=trueTrue/option