I'm super lazy so I added this hope someone gets some use from it:
// $query ="link building";
$query = $_GET['s'];
$query = urlencode($query);
Now I can just be like website.com/?s=ringtones are great
and it does the search without having to change the code. Good stuff thank you for this script.
// $query ="link building";
$query = $_GET['s'];
$query = urlencode($query);
Now I can just be like website.com/?s=ringtones are great
and it does the search without having to change the code. Good stuff thank you for this script.