My code: $Newsfile = fopen("News.txt","r"); while (!feof($Newsfile)) { $zeile = fgets($Newsfile,1000); echo $zeile+'<br>'; } fclose($Newsfile); In the file is: Testfile!!!!! But I get a output: 0 Why?? Can someone help me??? Please mail me at [EMAIL PROTECTED]!!! GreeZ, JSTHEMASTER! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-WIN] Re: !!!File porblems!!! php news
- [PHP-WIN] Re: !!!File porblems!!! Robert J Sherman