Page 1 of 1

Search Script

Posted: Tue Aug 07, 2007 6:15 pm
by xeo
Hi all

I have a Problem with my Search Script, when i use a "word" and push the button "Search" i have this Error

Code: Select all

Browser:

Fatal error: Class 'soapclientw' not found in /home/ircdnet/public_html/ch/google/search.php on line 38

And This one in the Line 38

Code: Select all

$soapclientw = new soapclientw("http://api.google.com/search/beta2");

What is wrong?

Posted: Tue Aug 07, 2007 9:38 pm
by feyd
The class is unknown to PHP. Maybe you're not including a certain file?