I can't get this script to write to the file "emails.txt"
and I dont get any errors.
I changed the write permission to \w on the server.
I just dont know!!
<?
if (file_exists(" {
$savefile = file(" $fh = fopen(" fputs($fh,$Form."\n"
fclose($savefile);
}
else
{
$savefile = fopen("fputs($savefile,$Form."\n"
fclose($savefile);
}
?>
can someone help with this mess?
Thanks,
Steve
and I dont get any errors.
I changed the write permission to \w on the server.
I just dont know!!
<?
if (file_exists(" {
$savefile = file(" $fh = fopen(" fputs($fh,$Form."\n"
fclose($savefile);
}
else
{
$savefile = fopen("fputs($savefile,$Form."\n"
fclose($savefile);
}
?>
can someone help with this mess?
Thanks,
Steve