RE: [PHP-DB] string problem

2001-09-14 Thread Justin Buist
PROTECTED]] > Sent: Friday, September 14, 2001 10:04 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] string problem > > > scenario: Win.nt 4.0 pach6a Workstation, IE 5.5, Apache/1.3.20, php 4.0.6 > wath goes wrong: when I set a string variable containing by example : " &

RE: [PHP-DB] string problem

2001-09-14 Thread Rick Emery
Don't know why you're getting problem. However, you can use stripslashes() to avoid the problem. -Original Message- From: Bruno Franx [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 10:04 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] string problem scenario: Win.nt

[PHP-DB] string problem

2001-09-14 Thread Bruno Franx
scenario: Win.nt 4.0 pach6a Workstation, IE 5.5, Apache/1.3.20, php 4.0.6 wath goes wrong: when I set a string variable containing by example : " hello "jack" " on my html page php convert it to " hello \"jack\" " and I get no errors on another machine with same configuration I get " hello "jack"