Posts by Elton Carlos do Nascimento • 1 point
1 post
-
-1
votes2
answers41
viewsA: php and mysql not saved
In the $sql command you have an extra comma after status! $sql = "Insert into usuarios (name,email,position,date,address,city,state,,Cpf,rg,Ctps) ... Take it out and see if it works!…