Re: [PHP] multiple select problem

2003-01-01 Thread Tom Rogers
Hi, Thursday, January 2, 2003, 12:39:46 PM, you wrote: EK> i am now facing a problem in multiple select. EK> This is my example code in html. EK> EK> 123 EK> 234 EK> 345 EK> EK> i select all the value and pass to php...it should be a array. EK> but when i display the destList value,

Re: [PHP] multiple select problem

2003-01-01 Thread Jason k Larson
What about if you use this instead: HTH, Jason k Larson Elaine Kwek wrote: i am now facing a problem in multiple select. This is my example code in html. 123 234 345 i select all the value and pass to php...it should be a array. but when i display the destList value, it just sho