phpSensei Posted June 29, 2008 Share Posted June 29, 2008 I am wondering if there is anyway to get results from a google search with fopen, or the page returns in HTML or like File_get_contents. Or is API the only way? Link to comment https://forums.phpfreaks.com/topic/112465-google-return-search/ Share on other sites More sharing options...
DarkWater Posted June 29, 2008 Share Posted June 29, 2008 You could get the HTML return with file_get_contents and break it apart, but if Google's API does it for you, it'd be better. Link to comment https://forums.phpfreaks.com/topic/112465-google-return-search/#findComment-577450 Share on other sites More sharing options...
phpSensei Posted June 29, 2008 Author Share Posted June 29, 2008 www.google.ca/search?hl=en&q=ttt&btnG=Google+Search&meta= Something like that wouldn't return, I need the script to be flexible. Link to comment https://forums.phpfreaks.com/topic/112465-google-return-search/#findComment-577451 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.