Posts by Matheus Monteiro • 11 points
1 post
-
1
votes2
answers41
viewsA: php and mysql not saved
It could be a (,) comma that’s getting in the way. Your example: $sql = "insert into usuarios (nome,email,cargo,data,endereco,cidade,estado,,cpf,rg,ctps) values ('$name' , '$email' , '$cargo',…