sorry the code was
<?php

$ip=fopen("ip.txt", 'r+');
$k=filesize($ip);
$adam=fread($ip,$k);
fclose($ip);
echo "$adam";
?>
that doesnt work.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to