here is my script for my sign up script it is storing the info in users.txt
form name is username
form name is pass
form snips
<?php
fopen ("users.txt");
fwrite ("users.txt");
{
[$username][$pass];
}
?>
I dunno... it just dont work... how can i get it to write the info that they entered then remimber it till next time they return and what would i put on the login script? AHH please help me!?!?