DEEX
Guest
В 4 работает а в 5 нет....
Обясните мне почему... он вобще нечего не выводит просто напросто...
PHP:
foreach ($HTTP_GET_VARS as $aKey => $aValue)
{
$stroka=$stroka."$aKey=$aValue&";
}
foreach ($HTTP_POST_VARS as $aKey => $aValue)
{
$stroka1=$stroka1."$aKey=$aValue&";
}
$txt="?$stroka.$stroka1";
$plati = @file("http://$website/index.php".$txt."&comagent=on", "r");
for($r=0;$r<=count($plati);$r=$r+1)
{
print $plati[$r];
}