Posted by MIchoacano on Thu 15 Nov 23:19
report abuse | View followups from Anonymous | download | new post
- <?
- $host="www.tupagina.com";
- $referer="http://referer.com";
- $uri="/pagina.php";
- $vars="¶metro1=valor1¶metro2=valor2";
- $header = "Host: $host\r\n";
- $header .= "User-Agent: Mosaic\r\n";
- $header .= "Content-Type: application/x-www-form-urlencoded\r\n";
- $header.="Referer: $referer\r\n";
- $header.="Pragma: no-cache\r\n";
- $header .= "Connection: close\r\n\r\n";
- {
- }
- ?>
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.