Posts by Alissonx • 3 points
3 posts
-
-1
votes1
answer36
viewsQ: Fill table with database data via Ajax
I am very confused. I am creating an application with PHP and PDO. I have a page where there is a table with my database data. At first, it already makes the query in the bank and stores the result…
-
0
votes1
answer29
viewsQ: Send JS variable value to PHP
So, I have a table where I display the database data. On each row there is a button where I added an event onClick , which calls a JS function and opens a modal. In this function, it passes the…
-
-1
votes1
answer71
viewsQ: Assign value from a JS variable to an HTML element?
Next, I assigned a value to a button, and passed to my function through the onClick. Only now, I’d like to take that amount that’s in index and input my modal... How can I do this? My button that…