Jump to content

Dynamic Query Criteria


Recommended Posts

Hi,
I am starting to make my first database driven website and I really need some help.

Basically, what I am trying to do is to show some images on a page and allow the user to click on a certain image. Then, based on the image chosen, I want to open another page having a dynamic table that is filtered according to the image chosen. In other words, the query of the dynamic table may look like that:

select *
from table
where field = [image chosen on the initial page]

Please advise,
Thanks.
Link to comment
https://forums.phpfreaks.com/topic/13392-dynamic-query-criteria/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.