Try the stripslashes() function.
See on http://php.net/manual/en/function.stripslashes.php for details.
Best regards.
Steven
Hi All,
I have a list of product in which WIRE MESH 24G X 3/4" is one of them.
When
I am trying to print the same its coming like WIRE MESH 24G X 3/4\".
ents.topic, ditoevents.presenter
FROM ditoevents
WHERE ditoevents.eventstatus = 'next'
This is the structure of the table in the MySQL db:
CREATE TABLE ditoevents (
ID char(3) NOT NULL default '',
eventID char(2) NOT NULL default '',
eventstatus varchar(4) NOT NU
Hello all,
With PHP, Is it possible to use DB2-UDB as a database (ADO) or any other
database, or must I use MySql.
I am considering using PHP for building web's and the kind of database to
use might be an important factor.
TIA
I. Nemlich
--
PHP Database Mailing List (http://www.php.net/)
To unsu
I have noticed many posting about this topic and the overall answer seems to
be it can't be done. Well, it can!
I actually finally got it to work. It is actually quite simple. I think I
was trying to make it too hard. FYI, here is the code in case anyone else
has this problem:
This goes