I can not figure out where the error is. I believe it is in the face, but I can not find it!
$inserir = $conexao->query("INSERT INTO cadastro (nome, sobrenome, email, senha, contrata, trabalha, status) VALUE (
$_POST['nome'],
$_POST['sobrenome'],
$_POST['email'],
$_POST['senha'],
$_POST['contrata'],
$_POST['trabalha'],
'N'
)");
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in