Jump to content

data request


dimitris

Recommended Posts

Hi all,

 

I'm trying to do the following: send a request for some data to some website and display the output in a new page, without displaying the search website. For example, I know that I can search at google  for "phpFreaks" like this

 

header("Location: http://www.google.com/search?q=phpFreaks");

 

But how can I obtain, the results internally, in this case the first one or two url addresses and either redirect directly to one of them or use some other way the result?

 

Any ideas?

Link to comment
https://forums.phpfreaks.com/topic/113667-data-request/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.