<?php include '../src/class.seostats.php';
try
{
$url = new SEOstats($_GET['url']);
$url->print_array('Google','json');
}
catch (SEOstatsException $e)
{
die($e->getMessage());
}
?>
http://code.google.com/p/seostats/
これを実行したいのですが:
$url = new SEOstats($_GET['url']);
エラーは、たとえば['url'] ['mywebpage.com'] または ["mywebpage.com"] エラーです 2 つのバージョンで再発します 最初の行に 'home/myuser/public_html/class.seostats.php' があります。何か案は?