Posts by Eduardo Souza • 67 points
4 posts
-
1
votes1
answer1122
viewsQ: Run a PHP function with Javascript
I need to call a PHP function through Javascript by clicking on an element (event onclick). I made these basic lines to see if anyone can help. <!DOCTYPE html> <html> <head>…
-
0
votes1
answer118
viewsQ: Calling a PHP function with the Xmlhttprequest object( )
I have this script. function execultaAjax() { var fld_busca = document.getElementById("id_busca").value; var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState…
-
1
votes1
answer294
viewsQ: How to list and delete Variables in Mysql?
I know it’s a very basic question, but I can’t get a straight answer on the Internet. I wonder how to list and delete variables in Mysql. Ever since I thank.
-
4
votes2
answers97
viewsQ: Search for lower values of one field according to values of another
I have this data entered in my table. mysql> SELECT * FROM db_cotacao; +----+------------+-------+------------+--------+---------+ | id | data | valor | validade | idforn | idativo |…