Posts by Rafael Dutra • 14 points
3 posts
-
-1
votes1
answer117
viewsA: PHP Update - Real-time CHART JS
Buddy. I’m replying here, why can’t I comment... Have you researched Websockets? I had to do something similar only with angular and I used a guy named Signalr. But the backend was I developed...so…
-
-1
votes2
answers520
viewsA: Select List Item by "ID" using Thymeleaf and direct to another detail page
Have you considered passing th-Object="${service}" as model and th:field="*{id}" to pass id?
-
0
votes3
answers173
viewsQ: Mysql query return with PHP+Javascript
I’m creating a PHP query in a Mysql database. So far so good. The query works fine. I’m calling the query from a javascript using $.post('pagina.php',meusparametros,function(resultado){}) to insert…