My Code:
$PW_LIST="../config/pw.txt";
$fp=fopen("$PW_LIST","a");
fputs($fp,"$username=$pw\n");
fclose($fp);This should make a newline after printing $username=$pw, shouldn't it!? But it doesn't!!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

