Search found 1 match
- Sun Jul 15, 2012 12:30 pm
- Forum: Coding Critique
- Topic: Redirect multiple users using session
- Replies: 1
- Views: 16472
Redirect multiple users using session
I am having problems with this code. It worked until I made it into a session, now I dont know how to change it to make it work. <?php //let's start the session session_start(); //now, let's register our session variables session_register('username'); //finally, let's store our posted values in the ...