Hi! you could use something like this..: $fp=fopen("pathto/".$filewithip,"r"); while ($line=fgets($fp,1024)) { echo "ip : ".$line; } fclose($fp);
cheers, --Patricio ----- Original Message ----- From: PHP Newbie <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 23, 2001 6:00 AM Subject: [PHP] read file > hi, > i have a file with ips inside > > 192.168.1.1 > 192.168.1.2 > ... > now i must write that in a html table with php. > i think that is easy, but i'm a newbie and don't find anything how to do it. > please help me > thx -- 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]