Using a form to change SQL query being executed
Using a form to change SQL query being executed
canfia
Posts: 4Questions: 2Answers: 2
Hi,
I am using PHP with MSSQL and trying to make dynamic filters using an html form which posts via GET to an .php file.
I am struggling to post to the php file which creates the json file from sql as there is another file posting to it. I also cannot find a route to eventually post.
How i can do this please?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I'm not entirely clear how your question relates to DataTables. Could you clarify that please and also link to a page showing the issue so we can understand the problem and help to fix it.
Allan
Hi Allan,
Thanks for the quick response.
I managed to get around my issue by using cookies.
Thanks
Adam