php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10634 #2293 related: to many Slashes s.t.
Submitted: 2001-05-03 10:27 UTC Modified: 2001-07-22 12:57 UTC
From: jr at frontantrieb dot de Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.4pl1 OS: Linux 2.4.2
Private report: No CVE-ID: None
 [2001-05-03 10:27 UTC] jr at frontantrieb dot de
Hi,
sometimes strings from a DB or a textfile are added with backslashes all over one page. if you reload the page it could be that it is normal. 
I don't use session_start() only include (like in the solution of problem #2293)
What can I do?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-17 05:08 UTC] jmoore@php.net
Take a look at magic quotes and make sure you have it set to on or off. The manual has information about magic quotes in it, I would imagine this is whats causing your problems.

- James
 [2001-06-18 08:43 UTC] jr at frontantrieb dot de
No, magic quotes are turned off, it's not that simple.
 [2001-06-19 08:31 UTC] sniper@php.net
Someone had similar problems and said they were fixed
in PHP 4.0.6RC3:

http://www.php.net/~andi/php-4.0.6RC3.tar.gz

(if above link doesn't work, try with RC4)

 [2001-07-22 12:57 UTC] andy@php.net
no feedback after 30+ days.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 15:01:32 2024 UTC