scheistermeister Posted February 17, 2006 Posted February 17, 2006 can i do this? WHERE 'products_id' = $product_info['products_id']
vasttech Posted February 17, 2006 Posted February 17, 2006 Yes. For example: tep_db_query("select * from products where products_id = '" . $product_info['products_id'] . "'"); If you look at 99% of the queries in osCommerce you can see clearly how to do it since they just about all do it. osCommerce Knowledge Base osCommerce Documentation Contributions
scheistermeister Posted February 17, 2006 Author Posted February 17, 2006 yeah i found that out a few minutes ago. thanks though!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.