Greetings:
I've been at this for a while now with no results.
What is the proper php syntax to query a table based on a value from another table?
For example, I have one table called "Featured" which contains a numeric value, "product_id". I need to take that value and run a query in table "Products" to get the values out.
Thanks.
Anything would help alot.