php-general | 2001072
Date: 07/24/01
- Next message: Robert Covell: "RE: [PHP] \ problem"
- Previous message: Alexander Skwar: "Re: [PHP] Capitalize Function ??"
- Next in thread: Robert Covell: "RE: [PHP] \ problem"
- Reply: Robert Covell: "RE: [PHP] \ problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Robert Covell: "RE: [PHP] \ problem"
- Previous message: Alexander Skwar: "Re: [PHP] Capitalize Function ??"
- Next in thread: Robert Covell: "RE: [PHP] \ problem"
- Reply: Robert Covell: "RE: [PHP] \ problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

