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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.