Good day, the code below in "loginn.php" is to query the databse for a valid userid and password, if it exists, I want to view another page "sespage.php" if the query is successful, without using a link, if not successful, I want it to display another page - wrong userid/password.
I dont want "loginn.php" page to appear for either the query is successful or not.
Please see the code "loginn.php"( it can query database sucessfully but I can display what I want without using a link)
Thank
Bakare