Thread
:
Login and Logout using Sessions and Cookies
View Single Post
ted_chou12
Go4Expert Member
1Dec2006,14:06
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?