RE: [PHP-DB] Dealing with Quotation marks

2002-02-08 Thread Rick Emery

First, you don't have to write your own function to remove slashes.  Simply
use:
$newline = stripslashes($oldline);

Second, write your lien containing slashes to the database.  When you pull
it from the database, use stripslashes().

-Original Message-
From: Gary [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 08, 2002 10:35 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Dealing with Quotation marks


Does anyone know how to deal with this problem? If a user enters in a text
box; O'Connor's 2" x 3" When you print it out on the next web page it reads;
O\'Connor\'s 2\" x 3\" I have written a function to take care of this, but
when you try to write it to the database you get an error of unmatched
quotation marks. Is there a function to handle this? Any help would be
appreciated.

Thanks, Gary



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] Dealing with Quotation marks

2002-02-08 Thread Gary

Does anyone know how to deal with this problem? If a user enters in a text
box; O'Connor's 2" x 3" When you print it out on the next web page it reads;
O\'Connor\'s 2\" x 3\" I have written a function to take care of this, but
when you try to write it to the database you get an error of unmatched
quotation marks. Is there a function to handle this? Any help would be
appreciated.

Thanks, Gary



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php