Posts by Francis Santana • 29 points
3 posts
-
-1
votes1
answer50
viewsA: Return more than one variable in Jquery/PHP
This was the code inside the 02 file: session_start(); $usuario1 = $_SESSION['usuario']; $id = $_POST['idConcurso']; $sqlConcurso = mysql_query("SELECT * FROM numeros WHERE sorteio='$id' AND…
-
2
votes1
answer2317
viewsA: Mysql local to remote sync
It is possible yes and very simple to do! 1) As you do not have fixed IP, go to the NO-IP website and register a dns host. 2) Download their program and let it run on the machine where PHPMYADMIN is…
-
1
votes1
answer50
viewsQ: Return more than one variable in Jquery/PHP
Being objective, my problem is this: I have a form in PHP/HTML and I am using a self-paced field via Jquery. This form brings the last numbers wagered by the user and redoes the bet with this…