<html>
<head>
<title>floGoogle Test</title>
<style>
body {
margin: 0px;
overflow: hidden;
}
textarea {
border: 0px;
}
</style>
</head>
<body>
<?
$q = $_GET["q"]?$_GET["q"]:"flobi";
include("floGoogle.php");
$g = new floGoogle();
//$s = $g->getPageParsed($q, 1, 100);
$s = $g->findPagePositionStart("http://www.hollowmatrix.com", "free hollow matrix", 100);
?>
<textarea style="height: 100%; width: 100%">$result = <?
print_r($s);
// echo($g->lastsource);
?></textarea>
</body>
</html>
|