hi,

i just foung a little fault in the first example to preg_replace:
first used:
$str = "April 15, 2003"; //$str instead $string
but later:
print preg_replace($pattern, $replacement, $string); //$string

I don't have a CVS-Acc yet, so someone else should fix this :)

Konstantin Schukraft

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to