A
Anonymous
Guest
Hi im trying to interact with Google's search API through PHP, however this problem keeps cropping up:
Fatal error: Cannot instantiate non-existent class: soapclient in /home/kdz/public_html/backup/search.php on line 41
------------------------------------------------------------------------------------------------------
CODE:
// create an instance of the SOAP client object
line 41 $soapclient = new soapclient("http://api.google.com/search/beta2");
------------------------------------------------------------------------------------------------------
Any ideas? Can I do anything about it?
Thanks
Fatal error: Cannot instantiate non-existent class: soapclient in /home/kdz/public_html/backup/search.php on line 41
------------------------------------------------------------------------------------------------------
CODE:
// create an instance of the SOAP client object
line 41 $soapclient = new soapclient("http://api.google.com/search/beta2");
------------------------------------------------------------------------------------------------------
Any ideas? Can I do anything about it?
Thanks