Welcome Guest, Not a member yet? Register   Sign In
Error database
#4

Hi,

Apparently there is no user in your DB. This is the only possible option. To confirm that (if you do not trust your code), take the SQL constructed by CI Query Builder and execute it directly in the DB (using command line mysql, or using PHPMyAdmin or similar tool) to visualize the result:

SELECT * FROM usuarios WHERE login=$login AND senha = $senha LIMIT 1

Obvioudly you have to know values for $senha and $login.
Reply


Messages In This Thread
Error database - by osvaldobnu - 02-05-2020, 07:02 AM
RE: Error database - by php_rocs - 02-05-2020, 07:15 AM
RE: Error database - by osvaldobnu - 02-05-2020, 07:22 AM
RE: Error database - by zahhar - 02-06-2020, 02:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB