Ask a Question related to PHP Development, Design and Development.
-
teppichman #1
problem: masked backslash in form
Hello,
Got a problem with php-transfer of a form-content.
I'm programming a forum and each backslash or " or ' is - of course-
masked with a backslash after transmitting the form via php.
Is there a command which does not make the php-interpreter masking
several charakters ?
Thanx so far,
tobi
so long, herr bert
Thanx so far,
Tobi
Dresden, Germany
teppichman Guest
-
cannot control a masked mc
Hi RQR! Did you find an answer on this? I have the excact same annoying problem!!! Seems there is a bug somewhere. Serveral people have asked... -
Trailing backslash on URL problem
Hi, Can anyone tell me if this is a confiuration problem in my httpd.conf file? I recently installed Apache, and moved an old PHP application to... -
backslash
Hi I created a table with varchar field where i want to store the path of an image. I will then use this file to retrieve this image on my... -
ls and backslash - Solaris problem?
On a sparc Solaris 9 system, I downloaded some jpegs and was able to view them with xv. When I tried to copy one with the command: cp foobar.jpg... -
problem of backslash conversion with MKS perl
> What is "MKS Perl"? What is your platform? OS? I have an idea your Ah... I am sorry. I am running the MKS perl on windows 2000. And MKS perl... -
Jon Kraft #2
Re: problem: masked backslash in form
teppichman <teppichman@web.de> wrote:
Hi Tobi,> Got a problem with php-transfer of a form-content.
> I'm programming a forum and each backslash or " or ' is - of course-
> masked with a backslash after transmitting the form via php.
> Is there a command which does not make the php-interpreter masking
> several charakters ?
This is caused by a php.ini directive called "magic_quotes_gpc", which
automatically escapes certain characters in strings.
If you can't (or don't want) to change the directive itself, you could also
use stripslashes().
HTH,
JOn
Jon Kraft Guest



Reply With Quote

