Hey PHPers,

I was wondering if there is a setting to make PHP not change the posted data?  For
example I am posting a first and Last name and if I put in O'Hara for the last name
PHP returns O\'Hara.  I would prefer getting just O'Hara back and then replacing
the ' with '' myself.  I need to be able to put the posted data into MySQL and MS SQL.
MS SQL doesn't like the O\'Hara format.

Thanks,

Jim Drabb

-- 
-------------------------------------------------------------
Never ask a geek why, just nod your head and slowly back away
-------------------------------------------------------------
James Drabb JR
Programmer Analyst
Darden Restaurants
Business Systems
[EMAIL PROTECTED]
[EMAIL PROTECTED]

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

Reply via email to