Start New Discussion Reply to this Discussion Article Crawler
How can i create a php script that will search websites for articles that the contains are string?
dan_code_guru
Light Poster
27 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
<?php
$search = $_GET['input'];
echo "<a href=\"http://www.google.com/search?q=$search\" target=\"blank\">Results</a>";
?>
and then when you call the page, go like this: www.blahblah.com/index.php?input=php script to search all of the interwebs
JameB
Junior Poster
166 posts since Mar 2009
Reputation Points: 76
Solved Threads: 15
Skill Endorsements: 1
© 2013 DaniWeb® LLC
Page rendered in 0.1003 seconds
using 2.63MB