[PHP-DEV] Bug #4117: form \ method="post" error From: linux <email protected>
Date: 04/12/00

From: linux <email protected>
Operating system: linux 2.2.12-20
PHP version: 3.0.16
PHP Bug Type: Parser error
Bug description: form \ method="post" error

hello

when posting somthing like:
<FORM METHOD="post" ACTION="this.php">
<INPUT TYPE="text" NAME="whynot">
<?=$whynot?>
..

if you submit the only char: \ or ' , thus $whynot=="\\\\" instead of "\\" .
This is the same thing when posting '

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>