Hi,
I am having default.php and checklogin.php page.
When i login from default.php, it checks for correct login from checklogin .php.
When the login is correct, checklogin.php redirects to other page.
But if it is wrong, the page redirects to default.php page and here i want to echo as Incorrect Login.
I am already having Javascript Validation in default.php.