Search found 3 matches

by Chris.sedgwick
Mon May 04, 2020 2:25 pm
Forum: Forms
Topic: link datatable to combo box or Session variable
Replies: 2
Views: 3158

Re: link datatable to combo box or Session variable

or is it possible to link to (ID)'s? i have a HTML box with session variables in. can i use the value of (ID) Html1 in my WHERE clause?
by Chris.sedgwick
Mon May 04, 2020 2:19 pm
Forum: Forms
Topic: link datatable to combo box or Session variable
Replies: 2
Views: 3158

link datatable to combo box or Session variable

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 ...
by Chris.sedgwick
Thu Apr 30, 2020 7:11 pm
Forum: Responsive Web Design
Topic: Creating a drop down menu
Replies: 3
Views: 5317

Re: Creating a drop down menu

Is there a way to generate a dropdown filter with a MySQL query?

And then use this dropdown in a data table?