RE: [PHP] MultiSelect List Box in PHP

2004-10-31 Thread Chris Shiflett
--- Andy B <[EMAIL PROTECTED]> wrote: > I need to be able to print the selected items without the > "array..." thing around it. so example would be if 1 and 2 are > selected it would print: > > 1, 2 It sounds like you just need to learn how to use arrays with PHP. The manual is a good place to st

RE: [PHP] MultiSelect List Box in PHP

2004-10-31 Thread Andy B
: Re: [PHP] MultiSelect List Box in PHP implode() -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MultiSelect List Box in PHP

2004-10-31 Thread Marek Kilimajer
EMAIL PROTECTED] Sent: Sunday, October 31, 2004 5:12 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] MultiSelect List Box in PHP Would be easier if you didn't send it as HTML ... bad boy you Rene At 10:00 31-10-2004, M. Sokolewicz wrote: -[ input.html ]-

RE: [PHP] MultiSelect List Box in PHP

2004-10-31 Thread Andy B
D] Sent: Sunday, October 31, 2004 5:12 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] MultiSelect List Box in PHP Would be easier if you didn't send it as HTML ... bad boy you Rene At 10:00 31-10-2004, M. Sokolewicz wrote: >-[ input.html ]---

Re: [PHP] MultiSelect List Box in PHP

2004-10-31 Thread -{ Rene Brehmer }-
Would be easier if you didn't send it as HTML ... bad boy you Rene At 10:00 31-10-2004, M. Sokolewicz wrote: -[ input.html ]-- one two three -[]-- -[ input.php ]-- -[]-- -[ output ]--

RE: [PHP] MultiSelect List Box in PHP

2004-10-31 Thread -{ Rene Brehmer }-
You can use this to work with. It's something I made some time ago, so it's probably not the most optimal solution, but it gets the job done... In this case it builds parameters for a SQL query, but it's easily modified to suit your needs. The reason it's a 'for' loop and not a 'foreach' is sim

RE: [PHP] MultiSelect List Box in PHP

2004-10-31 Thread Andy B
creen?? -Original Message- From: Eric Lee [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 3:06 AM To: Andy B Subject: Re: [PHP] MultiSelect List Box in PHP it's just likes you used in normal html & javascript, but the code that generated to control the ui are now moved t

Re: [PHP] MultiSelect List Box in PHP

2004-10-31 Thread M. Sokolewicz
an find or get an example of php code that shows how to get all the selected items from a multiselect listbox and loop through them printing them on the screen?? -Original Message- From: Eric Lee [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004 3:06 AM To: Andy B Subject: Re: [PHP] Mul

[PHP] MultiSelect List Box in PHP

2004-10-30 Thread Andy B
Hi. I was just wondering where I can find info on how to use a MultiSelect List Box with PHP? I need to use it with MYSQL 5.0.0, PHP 4.3.9, and windows XP sp2. Any help/leads would be greatly appreciated. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne