[FX.php List] I got the following coding to work to eliminate the apostrophe's

FHASELTINE at aol.com FHASELTINE at aol.com
Tue Sep 5 20:17:09 MDT 2006


 Last week I needed help to strip out the character "\" when I would try to 
Post a word like Women's.   It came out Women\'s.   The following to coding 
worked

//$Education = $_POST['Education'];
//$findrecord -> AddDBParam('Education',stripslashes($Education));

and this also worked
//$findrecord -> AddDBParam('Education',stripslashes($_POST['Education']);
Thanks

Florence  Haseltine
AIM: Fhaseltine
fhaseltine at aol.com
240-476-7837
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20060905/cb18d273/attachment.html


More information about the FX.php_List mailing list