Posts by Bruno Macedo • 23 points
3 posts
-
2
votes1
answer1425
viewsQ: How do I use Node.js to run a PHP page?
My case is the following: the microcontroller sends data using GET to the server, it saves it in the Mysql database and tests if it needs to trigger the alert. This alert is made with a PHP page…
-
0
votes1
answer68
viewsA: jQuery event without user interaction
I was able to solve it using jQuery’s Focus(). I define that the field will have the focus and create an event for when it is in focus, in this event I send the data using Ajax. The $n variable…
-
0
votes1
answer68
viewsQ: jQuery event without user interaction
I am accessing the Mysql database and giving a Select in a table q will return several ddd’s and phones, with this data I would send to a server via get or post using jquery with ajax. The problem…