DataTable Server-side for selected table
DataTable Server-side for selected table
lbrar
Posts: 1Questions: 0Answers: 0
Hi,
I am using newer version of DataTables 1.9.some. I can retrieve data into the table using server side when I hardcode sTable. But I want my script to use $_POST superglobal, which has tablename posted from previous page. But when I try to use sTable = $_POST['tableName'], it doesnt work. Is there a scope issue or Is there alternative to $_POST or $_GET or $_SESSION. They all dont work.
Thanks
I am using newer version of DataTables 1.9.some. I can retrieve data into the table using server side when I hardcode sTable. But I want my script to use $_POST superglobal, which has tablename posted from previous page. But when I try to use sTable = $_POST['tableName'], it doesnt work. Is there a scope issue or Is there alternative to $_POST or $_GET or $_SESSION. They all dont work.
Thanks
This discussion has been closed.