I have created a table, I now need to filter the data from that table when someone selects options from a form.
Whats a good way to do that?
I have created a table, I now need to filter the data from that table when someone selects options from a form.
Whats a good way to do that?
You must be logged in to post a comment.
Here is the html:
Here is the php to filter data:
Here are some links that might help:
wpdb
If you use $_POST and know the options you should check to make sure no additional data is coming in. Only the options.