How do I use php and mysql to
get the information out of a table and assign that information into a variable: like this I need
The user submits a form supplying their order id it is passed to form.php as $order_id
I have a table named orders_products that contains their orders_id and the products_id that they ordered.
I want the product id placed into a variable??
I guess i am pretty dumb this seems like a simple thing