Klez Posted February 19, 2006 Report Share Posted February 19, 2006 lieta taada. uz kastes ir skripts. nosauksim vinju par daritajs.php ir veel viens skripts sanjemejs.php sanjemejs.php saturs: $code = 'http://127.0.0.1/testi/daritajs.php?id=3&bid=kaut%20kas%20jauks'; if ($handle = fopen($code, "rb")){ $contents = stream_get_contents($handle); fclose($handle); echo $contents; // te mums izvadaas: Fatall error 0 }else echo "Cannot open ()"; bet ja sho adresi: http://127.0.0.1/testi/daritajs.php?id=3&b...t%20kas%20jauks palaizham caur paarluukprogrammu, tad paraadas kam jaaparaadas. allow_url_fopen = On P.S uz windows straada kaa vaik, kaa skriptus aizkopee uz linuxa, taa nestraadaa, raadaas fatall error 0 ja skripta daritajs.php saakumuaa ieliek die("kas mums notiek"); tad tikuntaa $contents = Fatall error 0 uz linux: PHP Version 5.0.4 uz win: PHP Version 5.1.0b3 Link to comment Share on other sites More sharing options...
bubu Posted February 19, 2006 Report Share Posted February 19, 2006 A kāpēc tik dīvaini failu nolasi? Kas vainas file_get_contents()? Link to comment Share on other sites More sharing options...
Klez Posted February 19, 2006 Author Report Share Posted February 19, 2006 $contents = ''; while (!feof($handle)) { $contents .= fread($handle, 8192); } taa ar meeginaaju ... taa pat fatal error a kas tur diivains ? man liekas ka ir ok :) Link to comment Share on other sites More sharing options...
Delfins Posted February 19, 2006 Report Share Posted February 19, 2006 Un jābūt tač pilnam error aparsktam,.. neticu ka tikai Fatal error 0 rādās... Link to comment Share on other sites More sharing options...
Klez Posted February 19, 2006 Author Report Share Posted February 19, 2006 (edited) tieshi taa, raadaas tikai fatall error 0 .... tur jau taa lieta. uzliku lai php met pilniigi visus errorus ... nekaa... :( uzliku lai logo visu uz failu, bet nekaa... tur pilns ar notiiceem ... neviena fatall errora ... :( Edited February 19, 2006 by Klez Link to comment Share on other sites More sharing options...
Recommended Posts