Pass the result of a SearchBuilder query to another PHP script

Pass the result of a SearchBuilder query to another PHP script

MoebiusMoebius Posts: 12Questions: 3Answers: 1
edited September 2021 in Free community support

Link to test case:

http://live.datatables.net/suyipupu/1/edit

In the test case I was to create a modal form that uses SearchBuilder. In my application I was able to achieve the same thing and it displays a PHP table. That data is proprietary, so I can't display it, but the test data works fine.

When the search is complete and the submit button is clicked, I'd like to pass the first value of the table ("Name" in the test case data), to another php script via Ajax.

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.