heres my code. i have created a databse called loginsystem and imported a sql file with all tabkles in it.
<?
// start session
session_start();
// set the PHP SETTINGS such that it does not use SESSIONS with COOKIE support
ini_set("session.use_cookies",0);
// defination of backEnd...
hi, i am trying to setup a login system and have setup a database with all tables in it, and info in the appropriate tables have been added. when i accesss the index and try login, the message "No database selected" shows.
DB USER "customin_login"
DB HOST "localhost"
DB PASS "*****"...