cross-site request
问题 Should be done with the site number 1 request to the site number 2. Let the number one site will be localhost, and the site number 2 - the real server on the Internet. At site 2 there is a file result.php, which takes GET-requests: $var = @$_GET['q'] ; $s = $_GET['s'] ; $typefile = $_GET['type']; If the page result.php make a request, then we obtain the URL: result.php?q=%F4%FB%E2&type=1&search=%CF%EE%E8%F1%EA%21 How better to make a request? Can someone show me some examples to help? For 4