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
xeo
Forum Newbie
Posts: 3 Joined: Mon Aug 06, 2007 12:59 am
Post
by xeo » Tue Aug 07, 2007 6:15 pm
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?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Tue Aug 07, 2007 9:38 pm
The class is unknown to PHP. Maybe you're not including a certain file?