thx, man , can you help in the other thread? i want to add something after each link , like $website=file_get_contents('http://google.com'); $website = preg_replace( '/<.*href="?(.*:\/\/)?([^ \/]*)([^ >"]*)"?[^>]*>(.*)(<\/a>)/', '<a href="$1$2$3">$4</a> [$2]', $website ); echo $website; but it's not working... to good