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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 18 23:01:27 2024 UTC