I'm doing a login, everything went perfectly with PHP, only I have a problem. When a user is not found in the database, PHP returns the following:
header("Location: ../index.php?error=userNotFound");
This parameter I capture with a GET as f...
asked by
05.08.2016 / 01:48