Hello I'm confuse on where will I put "target=_blank" on this php code. I badly need this... I hope someone will fix it for me... Thanks!
$text = ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]","<a href=\"\\0\" target=\"_blank\">\\0</a>", $text);