link datatable to combo box or Session variable
Posted: Mon May 04, 2020 2:19 pm
i have the Datatables extension, i have successfully connected to MySQL and can pull data, i can filter if i manually type the WHERE clause, i'd like to link the where clause to a combo box or a session variable,
i tried MySQL Filter: username={$_SESSION['username']}
but that didnt work, i do have the login toolbox all setup and working, i have the Login Name showing my username too.
i tried MySQL Filter: username={$_SESSION['username']}
but that didnt work, i do have the login toolbox all setup and working, i have the Login Name showing my username too.