Re: str_replace does not like empty quotes [message #186320 is a reply to message #186312] |
Tue, 24 June 2014 18:48 |
Denis McMahon
Messages: 634 Registered: September 2010
Karma:
|
Senior Member |
|
|
On Tue, 24 Jun 2014 10:44:51 +0200, Arno Welzel wrote:
> Am 2014-06-24 08:13, schrieb Olaf Schmitt:
>
>> Am 20.06.2014 01:33, schrieb richard:
>>> $a=str_replace($a,"\","");
>> $a=str_replace($a,"\\","");
>
> JFTR: The order is search, replace, subject and not subject, search,
> replace.
Yes, but richard is using his own definitions for search, replace and
subject, which only align with the php in the 42nd alternative universe
across.
--
Denis McMahon, denismfmcmahon(at)gmail(dot)com
|
|
|