Search found 2 matches

by otto1303
Fri Jul 15, 2011 3:23 pm
Forum: Tutorials
Topic: Register and Login (User Account System) doesn't work
Replies: 8
Views: 1688

Re: Register and Login (User Account System) doesn't work

The script it's working.

Thank you very much.
by otto1303
Thu Jul 14, 2011 11:52 pm
Forum: Tutorials
Topic: Register and Login (User Account System) doesn't work
Replies: 8
Views: 1688

Register and Login (User Account System) doesn't work

I'm following the tutorial, and I wrote 3 files: init.inc.php [syntax=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){ he...