Search Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
xeo
Forum Newbie
Posts: 3
Joined: Mon Aug 06, 2007 12:59 am

Search Script

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

The class is unknown to PHP. Maybe you're not including a certain file?
Post Reply