--- erythros <[EMAIL PROTECTED]> wrote: > ok, so i'm stupid. how do i replace all '? ' with '?? '....
$foo = '? ';
$bar = str_replace('? ', '?? ', $foo);
Hope that helps.
Chris
=====
Chris Shiflett - http://shiflett.org/
PHP Security Handbook
Coming mid-2004
HTTP Developer's Handbook
http://httphandbook.org/
RAMP Training Courses
http://www.nyphp.org/ramp
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

