The script it's working.
Thank you very much.
Search found 2 matches
- Fri Jul 15, 2011 3:23 pm
- Forum: Tutorials
- Topic: Register and Login (User Account System) doesn't work
- Replies: 8
- Views: 2834
- Thu Jul 14, 2011 11:52 pm
- Forum: Tutorials
- Topic: Register and Login (User Account System) doesn't work
- Replies: 8
- Views: 2834
Register and Login (User Account System) doesn't work
I'm following the tutorial, and I wrote 3 files: init.inc.php <?php session_start(); $exceptions = array('register', 'login'); $page = substr(end(explode('/', $_SERVER['SCRIPT_NAME'])), 0, -4); if (in_array ($page, $exceptions) === false){ if (isset($_SESSION['username']) === false){ header('Locatio...