Pogledajte određenu poruku
Staro 13. 12. 2011.   #17
AdriaMart
expert
Expert
 
Avatar AdriaMart
 
Datum učlanjenja: 15.03.2011
Poruke: 518
Hvala: 16
20 "Hvala" u 17 poruka
AdriaMart is on a distinguished road
Default

Ok, hvala Nemanja...

Pokusao sam i ovo, medjutim sta konkretno znaci ova greska:

<?php

$site = fopen('http://www.devprotalk.com', 'r');
$store = 'store.php';
$stream__ = stream_get_contents($site, -1, 0);

file_put_contents($store, $stream__, LOCK_EX);
fclose($site);
$check = file_get_contents($store);

# var_dump($check); print_r($check); var_export($check);
# ili jednostavno...

echo $check;

?>



ali izadje:

Warning: stream_get_contents() [function.stream-get-contents]: stream does not support seeking in /home/pluspon/public_html/get.php on line 5

Warning: stream_get_contents() [function.stream-get-contents]: Failed to seek to position 0 in the stream in /home/pluspon/public_html/get.php on line 5

jel to nesto do moje php konfiguraciije ili pravim negde gresku u kodu?
__________________
I'm not sexy and I know IT!
AdriaMart je offline   Odgovorite uz citat