Posts by Igor Nunes • 11 points
1 post
-
1
votes0
answers50
viewsQ: Send a jquery variable via ajax to PHP
I’m trying to send data from a table via Ajax to PHP. I’m doing this by transforming the table into JSON and sending it through Ajax to PHP. The scritp is like this: <script…