Guest Posted February 3, 2005 Posted February 3, 2005 I would like to display the ISBN number on admin/orders.php in the admin section of my website along with the product, model, price etc.... I do not know how to properly write a query to call the ISBN number from the product database. Can anyone help me with that? This is the code to make it display on the page... <?php if ($product_info['products_ISBN']) { ?> ? ? ?ISBN: <?php echo $product_info['products_ISBN']; ?> ? <?php } ?> I just need help with the query portion. Anyone feel like helping out the newbie on the block?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.