Posts by João Paulo • 43 points
3 posts
-
0
votes1
answer778
viewsQ: How to assign value to a PHP variable using Javascript?
Guys, I have the following problem: I have a table with several records and, as soon as a certain link related to the record is clicked, a modal window would be opened with more information related…
-
3
votes1
answer6142
viewsQ: Pass input value to PHP variable
I have the following problem: I’m using Javascript to set a input guy hidden in a modal window. Now, I need to assign the value that was filled in that field to a PHP variable. I am not using any…
-
1
votes0
answers681
viewsQ: Pass parameter to modal window
I have a link that calls a modal bootstrap and I need that when it is clicked, the modal window is opened and a data is loaded in it that was sent as parameter by the link. The modal link and call…