Posts by Diego Fernandes • 41 points
2 posts
-
1
votes1
answer1288
viewsA: auto-fill input with jquery php
I got. <? $my_sql = "localhost"; $mysqli = new mysqli($my_sql, "usuario1", "senha1", "banco1"); if($_POST[rs_id]) { $id=$_POST[rs_id]; $res_a = $mysqli->query("select id, nome, idade, musica…
-
3
votes1
answer1288
viewsQ: auto-fill input with jquery php
I would like to convert this code into jquery. To say. Instead of appearing in iframe, I would like it to be a single page normally, and the insertion is refreshless. $.post("resultado.php",…