Re: [PHP] cutted values after posting multiple select list

2002-10-27 Thread Heiko Mundle
Mundle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 10:39 AM Subject: [PHP] cutted values after posting multiple select list Hi i struggling with multiple select lists in HTML forms. The resulting $_REQUEST array cuts some characters from the values.

Re: [PHP] cutted values after posting multiple select list

2002-10-25 Thread Rick Emery
use $_POST, not $_REQUEST - Original Message - From: "Heiko Mundle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 10:39 AM Subject: [PHP] cutted values after posting multiple select list Hi i struggling with multiple select lists in HTM

[PHP] cutted values after posting multiple select list

2002-10-25 Thread Heiko Mundle
Hi i struggling with multiple select lists in HTML forms. The resulting $_REQUEST array cuts some characters from the values. If the value is value="99" i will get "99" after posting... my php file: *** echo "{$_SERVER['REQUEST_URI']} "; echo "First: {$_REQUEST['msel'][0]} "; echo "Co