Calender problem need helps

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
muhammadasim17
Forum Newbie
Posts: 1
Joined: Fri Nov 25, 2011 3:15 am

Calender problem need helps

Post by muhammadasim17 »

How to create a calendar in PHP...........By This Format

Novemeber 2011
Sun - 6 13 20 27
mon - 7 14 21 28
tue 1 8 15 22 29
wed 2 9 16 23 30
thur 3 10 17 24
fri 4 11 18 25
sat 5 12 19 26



please help me..........
maxx99
Forum Contributor
Posts: 142
Joined: Mon Nov 21, 2011 3:40 am

Re: Calender problem need helps

Post by maxx99 »

Here's an example - unfortunately different format.
http://www.phpjabbers.com/how-to-make-a ... php26.html
Fortunately only thing you need is to print it differently :)
Tip: you could store whole calendar from this example in 7x5 (or 7x6) array and just print it in any way you want
Post Reply