Posts by yTADO • 1 point
1 post
-
0
votes1
answer241
viewsQ: Insert with SQLSTATE error [HY093]
I am making a form to save data in the database and this error Erro SQLSTATE [HY093] <?PHP $nome = $_REQUEST['Nome']; $cpf = $_REQUEST['CPF']; $sexo = $_REQUEST['Sexo']; $datanasc =…