What i\'m trying to achieve is this:
1st- I want to query a page like google but without filling it\'s search filed manually 2nd- I want to get the result and save it to
$html = file_get_contents('http://example.com');
is the simplest version you'll get.