Re: [PHP-DB] Need help with an extra backslash

2011-03-01 Thread Design in Motion Webdesign
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\".

[PHP-DB] Displaying Date from Value in MySQL DB

2004-04-20 Thread Justin @ Dreaming in TO
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

[PHP-DB] Databases and PHP?

2003-09-22 Thread IN
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

Re: [PHP-DB] Resolution detect and redirect

2001-08-09 Thread Cara Lane - Designs In The Fast Lane
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