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?? 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 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( )). Link to comment https://forums.phpfreaks.com/topic/53527-report-by-month/#findComment-264555 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.