stuntnmore Posted July 14, 2014 Share Posted July 14, 2014 Hello, i need a mysql query that will get pending orders status with client name and payment status of the order This is what i have so far.. SELECT `id`, `status` FROM `tblorders` WHERE tblorders.status='active' ORDER BY `userid` ASC LIMIT 0,5" I want it to also get the username of the client and the payment of it and if possible the product that was purchased as well. All help greatly appreciated thank you 0 Quote Link to comment 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.