[PHP] RE: str_replace and associative arrays

2002-02-26 Thread Michael Crowl
Actually, that may be part of the problem, I'm using the more recent PHP Manual on my local machine, while deving on a remote machine running 4.0.3. I had assumed the subject had always accepted and returned mixed variables in previous versions, but apparently that isn't the case. Ah well, we'r

[PHP] RE: str_replace and associative arrays

2002-02-26 Thread Tim Ward
>From the manual (http://www.php.net/manual/en/function.str-replace.php ) "In PHP 4.0.5 and later, every parameter to str_replace() can be an array. " I tried a test case (php 4.0.0) and found that if I passed an array in as the subject the