php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4117 form \ method="post" error
Submitted: 2000-04-12 16:45 UTC Modified: 2000-08-17 15:33 UTC
From: linux at netcourrier dot com Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0.16 OS: linux 2.2.12-20
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: linux at netcourrier dot com
New email:
PHP Version: OS:

 

 [2000-04-12 16:45 UTC] linux at netcourrier dot com
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 '

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-17 15:33 UTC] hholzgra@php.net
turn off magic_quotes_gpc in php.ini
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Oct 14 18:01:28 2024 UTC