Can you please tell me why its not working ?
<?
$fp = @fopen("register.txt","a");
fwrite($fp,$EMail, ",", $ID);
fclose($fp);
?>
I get the following error:
Warning: Wrong parameter count for fwrite() in /z2/avissoft/public_html/cgi-bin/register.php on line 3
Thanks!