Koolguy
November 19th, 2000, 16:25
I need to replace ' with ' from a form so it can be entered into a database. What would be the code to use?
ashben
November 19th, 2000, 22:22
PHP4 Code :
str_replace ("'", "'", $anystrvar)
More Info :
http://www.php.net/manual/function.str-replace.php
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.