Hi All,
I am not an OOP expert and I have a site I am working on, that I added the google search with API and Nusoap.
The search works great on this page, except it overlays the search results on the same page. I am trying to get it to display the results to a new page I created, called search.php. Here is the semi-working page:
Working Google search page
I am taking all the pages and using includes for both the header (which is the top of the page including the google search) and the footer (which is the bottom image and image map).
After I started doing this, I tried to have the google search open a new window called search.php. After doing this, I get the following error "Fatal error: Cannot instantiate non-existent class: soapclient in /home/inthecla/public_html/noFrames/includes/google_search2.php on line 18"
Non-Working Google search page
I think its because of me changing the header to an include, but I am not sure.
Here is the files (both working and non-working in a zip file for reference.
Zip File
I appreciate the help.
Thanks,
Don