Posts by Beto Torres • 1 point
1 post
-
-1
votes1
answer24
viewsQ: input with jquery sends value, but php does not query in BD any dirty?
<script> jQuery(function($){ $('#busca-cid').submit(function(){ $.post('lista-cidades.php', $('#busca-cid input'), function(retorna){ …