01-03-2010, 09:31 PM
(01-03-2010, 09:40 AM)Master of The Universe Wrote: Good and easy....
But you should really remove the use of the second fwrite()
PHP Code:fwrite($handle, "{$ip}\n");
does the {} get printed also? i mean wouldnt the best way just be fwrite($handle, $ip . "\n");