$database = "/home/virtual/site8/fst/var/www/html/file.txt";
if ($database ne '') {
open (DATABASE,">>$database");
print DATABASE "<A HREF=\"URL\">title</a>\n";
close(DATABASE);
}
With this code, how would you change it to have two requirements? Having the database file, and also having a certian IP address?