kurtis Posted January 1, 2007 Share Posted January 1, 2007 i want to create a search engine system like on myway.com which will hav a search box on my page with options to which search engine you use. When the search results are returnd i wish to display them in my own page.so first off i want to ask if i can even do this in php? or will i need to learn some perl and make a spider type system to search and then pick up the results and print them on my page? Secondly if i can do this in php can someone point me in the right direction to get me going please!thanks Link to comment https://forums.phpfreaks.com/topic/32478-search-engine-system/ Share on other sites More sharing options...
trq Posted January 1, 2007 Share Posted January 1, 2007 Of course php can do it, take a look at the [url=http://php.net/curl]curl[/url] extension. Curl will let you make a request to another site and have the results of that request returned to your script. Link to comment https://forums.phpfreaks.com/topic/32478-search-engine-system/#findComment-150929 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.