--Original Message-
From: Torkil Johnsen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 06, 2002 7:34 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Problem with backslashes disappearing
Hello!
I have a simple form taking in some user text input and storing it in a
mysql database. My problem i
Have you tried escaping the backslash character with another one: "\\"?
On Wed, 2002-03-06 at 06:34, Torkil Johnsen wrote:
> Hello!
>
> I have a simple form taking in some user text input and storing it in a
> mysql database. My problem is that PHP strips off any backslashes in the
> text. I re
Hello!
I have a simple form taking in some user text input and storing it in a
mysql database. My problem is that PHP strips off any backslashes in the
text. I realize that backspace is used as an escape character in PHP, but
sometimes i DO want it in there!!
Is there a way to do this so that I
3 matches
Mail list logo