Andu Jame Posted May 30, 2007 Share Posted May 30, 2007 how to make report by month?? i want to call out from my db but how to make the weekday function and also holiday?? Quote Link to comment https://forums.phpfreaks.com/topic/53527-report-by-month/ Share on other sites More sharing options...
PC Nerd Posted May 30, 2007 Share Posted May 30, 2007 um, could you please be a lot more specific about your question. are you asking about running a script once a mnth to create a report? its very unlear. thanks Quote Link to comment https://forums.phpfreaks.com/topic/53527-report-by-month/#findComment-264538 Share on other sites More sharing options...
sayedsohail Posted May 30, 2007 Share Posted May 30, 2007 make use of date and mktime function, this will solve your problem. ie., $reportdate = date( ('y-m-'d',mktime( )). Quote Link to comment https://forums.phpfreaks.com/topic/53527-report-by-month/#findComment-264555 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.