I have a string that contains "\'" and I want to remove "\" and have only "'". Tried $mynewstring=ereg_replace("\'","'",$mystring); but no luck. What is the way around this. Regards Ajdin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- RE: [PHP] \ problem AJDIN BRANDIC
- RE: [PHP] \ problem Robert Covell