roldahayes Posted November 19, 2012 Author Share Posted November 19, 2012 Aha, got it working now with: $query = "SELECT product_amount.id, product.id, product.code, product_amount.amount FROM product_amount, product WHERE product_amount.amount<=5.0000 and product.id = product_amount.product_id"; Thanks for the help. Link to comment https://forums.phpfreaks.com/topic/270720-email-warning-when-certain-amounts-reached/page/2/#findComment-1393505 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.