This script can replace links:
$text = ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]", "<a
href=\"\\0\">\\0</a>", $text);
But it cannot get the links.
Magic 8-ball says... go read ereg() in your manual.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

