php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1114 POST form: don't returns don\'t
Submitted: 1999-02-02 11:56 UTC Modified: 1999-02-02 11:59 UTC
From: kenford at thorn dot net Assigned:
Status: Closed Package: Other
PHP Version: 3.0.6 OS: linux 2.0.36
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: kenford at thorn dot net
New email:
PHP Version: OS:

 

 [1999-02-02 11:56 UTC] kenford at thorn dot net
I submit a POST form with the word: don't
PHP automatically convert it to : don\'t
and I cannot seems to get rid of it, I try using function ereg_replace that 
dose not work I also try urldecode that also does not work.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-02-02 11:59 UTC] rasmus
Use the StripSlashes() function.  Or, if you never need to insert the posted data into a database, you may just want to turn off this "magic_quotes" feature.  Look in your php3.ini file and turn off magic_quotes_gpc
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Jun 11 15:01:33 2024 UTC