I'm new here and very new to PHP. I can manage most simple functions, but this one is really beyond me.
First here is the web page where I want to integrate it into.
http://www.companyresume.com/index.php/ ... CA21932277
If you scroll down you'll see a section called "Apple Computer On The Web". This is where I would like to show, using PHP a google search result for this company. Now of course there are many other companies on the site, so this script would have to generate a google search result for each individual company. I've included a link to help show what this might look like. See the link "example" and look towards the bottom of the pic.
The way this script would work is that it would fetch the company name, do a google search for the name, then display the results here.
How it would do that, or if it's even possible, is the problem!
I would appreciate any advice. If it can't be done, that's good to know so I can stop searching. If it can, then I would greatly appreciate a link to an example.
Thank you!!