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.
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
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
3 matches
Mail list logo