Moderators mark1million Posted March 16, 2010 Moderators Report Share Posted March 16, 2010 Nabeel, is it possible to show the Past 30 days PIREPS on the stats page, the one shown in the admin section would be great, it it easy to bridge the gap between the admin to public pages? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted March 17, 2010 Administrators Report Share Posted March 17, 2010 Something like <?php $pireps = PIREPData::getIntervalDataByMonth('', '1'); print_r($pireps); ?> Will return the data for the last month. The first variable you can add some WHERE functions to if you want and the '1' is the number of months. 1 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.