I'm having problem validating Select
, it would be a login validation and I'm having a Select problem.
Fatal error: Uncaught Error: Call to undefined function select * from usuario where email='() in C:\WEB\cadastro\valida.php:4 Stack trace: #0 {main} thrown in C:\WEB\cadastro\valida.php on line 4
below is the select:
$sql= mysqli_query ($conexao,"select * from usuario where email='"($_POST['email'])."' and senha='".($_POST['senha_usu'])."' limit 1") or die("Erro");