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
 [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: Sat Jun 01 01:01:35 2024 UTC