In message <[EMAIL PROTECTED]>, Wade Smart
<[EMAIL PROTECTED]> writes
>I guess I could run a loop on this:
>$string = str_replace("+ i", "+I", $string)
>but is that the best way to go?

Couldn't you do
$string = str_replace("+ ", "+", $string)

I can't see why you would want to loop

-- 
Pete Clark

Sunny Andalucia
http://www.hotcosta.com/comm_1.htm

Reply via email to