please try again"; } else { $fp = fopen("$db_file", "a+"); fwrite($fp, $_GET["email"] . ","); fclose($fp); print "You have been subscribed successfully."; } } print "

"; ?>