Posted by cyberhorse on 12/23/05 16:23
with ereg, you can do something similar to this: while (ereg('\[www\](.*)\[/www\](.*)', $text, $arr)) { $variables_inside_www[] = $arr[1]; $text = $arr[2]; }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming