preg_match_all('#<a href="(.*?)" class="page">(.*?)<\/a>#i', $veri, $content);
print_r($content);