Is it because I can't file_get_contents from outside websites or something? Or is there something else wrong...PHP Code:<?php
$sess = file_get_contents("http://www.test.com/")
if(preg_match("/Test/i", $sess)){
echo "Found.";
} else {
echo "Not found.";
}
?>



Reply With Quote


Bookmarks