remove 1 )
$_SESSION['username'] = htmlentities($_POST['username']);
$_SESSION['username'] = htmlentities($_POST['username']);
I do .... maybe I should change thatjacek wrote:who calls their table "users"
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php