[PHP-DB] Adding and Stripping Slashes

2002-07-12 Thread Blaine D. Dinsmore

I was wondering if anyone knew a good method for handling data pulled from a
MySQL database to the browser as well as grabbing the same data using ODBC
in crystal reports. I would like the data to appear in the output for both
browser and crystal without slashes that are placed before quotes.

Thanks,

Blaine



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




Re: [PHP-DB] Adding and Stripping Slashes

2002-07-12 Thread Miles Thompson

Check manual for stripslashes (and addslashes)
Here's the URL: http://www.php.net/manual/en/function.stripslashes.php
Miles
At 12:10 PM 7/12/2002 -0400, Blaine D. Dinsmore wrote:
I was wondering if anyone knew a good method for handling data pulled from a
MySQL database to the browser as well as grabbing the same data using ODBC
in crystal reports. I would like the data to appear in the output for both
browser and crystal without slashes that are placed before quotes.

Thanks,

Blaine



--
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