php-general | 2001072

[PHP] \ problem From: AJDIN BRANDIC (abrandic <email protected>)
Date: 07/24/01

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: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>