On Monday 02 April 2001 18:37, you wrote:
> Thank You Steve!
> Here is my php
> ----
> <?
>  $fillista = "fillista.xml";
>  $fp = @fopen($fillista,r);
>  $count = fgets($fp,filesize($fillista));

use fread ()

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

"Never doubt that a small group of thoughtful, committed people can
change the world...
Indeed, it's the only thing that ever has."

- Margaret Mead

--
PHP General 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]

Reply via email to