[php:1:23faf58018]<?php
<?
$temp = file("http://www.allegro.pl/showcat.php?id=6065");
foreach($temp as $temp_str) $strona .= $temp_str;
$strona = explode("<table border=0 cellspacing=0 cellpadding=2 width=100% class=listing_r>", $strona);
$strona = explode("<!-- Footer start -->", $strona);
print $strona[0];
?>
?>[/php:1:23faf58018]
No i jak to daje na serwer to mi wywala Array, nie wiem za bardzo o co chodzi. Może jest ktoś kto mi pomoże?? Dzięki z góry.
