Warning: Cannot modify header information - headers already sent by (output started at /location/of/file/login.php:17) in /location/of/file/login.php on line 19
and here is the code area where it runs
if($result['password'] == $_POST['entered_password'])
{
echo 'login successful';
//setcookie("user", $result['id'], time()+3600);
header( 'Location: client/index.php' );
}

New Topic/Question
Reply




MultiQuote






|