![Picture of Eslam Mahmoud Picture of Eslam Mahmoud](/picture/user/884753.jpg)
Eslam Mahmoud - 2011-01-18 09:46:53 -
In reply to message 8 from D K
if you have an API key you should use it as
$goo = new Googl("YourAPIKey");
$r = $goo->set_short("http://hunikal.com/");
print_r($r);
or if you don't have a key use it as
$goo = new Googl();
$r = $goo->set_short("http://hunikal.com/");
print_r($r);