Current Page: 1 of 1
Results 1 - 2 of 2
5 years ago
hamadecd
Yeah i have and i find the error in my code! Thanks anyway
Forum: WampServer English
5 years ago
hamadecd
I getting the "500 Internal Server Error" message when i try to execute this code: <?php $usuario = $_POST['usuario']; $senha = $_POST['senha']; $sql = "SELECT * FROM usuarios WHERE usuario = '$usuario' AND senha = '$senha' "; require_once('db_class.php'); $objDB = new db(); $link = $objDB->conecta_mysql(); $resultado_id = mysqli_query($link, $sql);
Forum: WampServer English
Current Page: 1 of 1