Page is a not externally linkable
zozzen - 12:41 pm on Mar 26, 2008 (gmt 0)
$output = eregi_replace("<span class=a>(.*?)</span><a class=fl(.*?)</a>(.*?)<a class=fl(.*?)</a>", "hello word", $output); and... but it seems both sentences doesn't work too. very frustrated.....
hi, i tried both preg_replace and eregi_replace before. The code is like this:
$output = preg_replace("/<span class=a>(.*?)</span><a class=fl(.*?)</a>(.*?)<a class=fl(.*?)</a>/is", "hello world", $output);