Hey guys,
I used the tutorial over at PHP-Freaks to build a calendar. The thing is I want the calendar to be horizontal like this:
Anyone has a tip on how to do this?
instead of starting a new <tr> every 7 days(there is likely a loop doing this), just simply do 1 <tr> with all the days in a sep. <td>
well... the php function date("D") returns Mon - Sun
So you'll need that.
Apart from that you just need to make a table that matches your picture.
post the code that outputs the calander