Hello,
In my application with the loginform.php, i am setting the action property of the form to be posted to checklogin.php, and what i need is, if the login fails i want to display the error messages in loginform itself. (error messages -> am using echo to display error messages in checklogin.php)
Code:<form method="post" action="checklogin.php" name="loginform">




Reply With Quote