php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12837 Problem with a variable in URL
Submitted: 2001-08-19 07:00 UTC Modified: 2001-08-19 07:48 UTC
From: Lorenz dot gross at gmx dot de Assigned:
Status: Not a bug Package: Output Control
PHP Version: 4.0.6 OS: Windows 2000 Professional
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 - 3 = ?
Subscribe to this entry?

 
 [2001-08-19 07:00 UTC] Lorenz dot gross at gmx dot de
As follows I submit a variable if by URL:
http://server/list.php?name=i'm a bug

I then get the variable distributed as follows:

i\'m a bug

This goes if I want for these to replace BACKSLASH only with this function:
str_replace

ereg_replace has problems

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-19 07:48 UTC] mfischer@php.net
Certainly not a bug; ask on php-general@lists.php.net for support questions.

- Markus
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 08 16:01:33 2024 UTC