Re: PHP query that counts all records in the past month
Posted: Wed Mar 08, 2017 9:58 am
Hi Celauran,
I got it. Simple oversight as is most often the case I imagine. I had three queries on one page and wasn't naming each $results uniquely.
I knew it the second it occurred to me. When I added a 1,2, & 3 to each $result (i.e $result1, $result2, $result3) it worked as expected.
Thank you again for your help. Always appreciate what you do for us.
Until next time!
Michael
I got it. Simple oversight as is most often the case I imagine. I had three queries on one page and wasn't naming each $results uniquely.
I knew it the second it occurred to me. When I added a 1,2, & 3 to each $result (i.e $result1, $result2, $result3) it worked as expected.
Thank you again for your help. Always appreciate what you do for us.
Until next time!
Michael