Thread: php login
View Single Post
Old 05-05-2008, 16:28   #5 (permalink)
jesusfreak101
ie must die
 
jesusfreak101's Avatar
 
Join Date: Jun 2007
Location: Washington
Posts: 921
Send a message via AIM to jesusfreak101
sorry to be stubborn but heres a part of the code in my login.php;
;
PHP Code:
$_POST['user'] = stripslashes($_POST['user']);
$_SESSION['username'] = $_POST['user'];
$_SESSION['password'] = $md5pass

are those too sessions valid? like do they work? i looked up those links you guys gave me and read some on sessions. Im still swallowing a bit of what i've read.
  Reply With Quote