View Single Post
Go4Expert Member
1Dec2006,14:06  
ted_chou12's Avatar
where do i paste this in?
<?$username = $_SESSION['usr'];$pwd = $_SESSION['pwd'];$h = fopen("userdata.txt");fwrite($h,"$username\n$pwd\n \n");fclose($h);?>
and what do the "\n" stand for?