Top

PHP Calendar

+ 0 likes
Please Register to submit score.
Average Score  7.0
Scores Submitted  1
Date Added  May 27, 2008
Last Updated  May 28, 2008
Tags  calendar  codes  furby  php  xstatic 

Introduction

Just a simple PHP Calendar that display the current month...

Grab the Code

Comments

  (7)  RSS
jonesy44
Comments: 852
 
PHP Snippet:  PHP Calendar
Posted on May 27, 2008 5:30 am
You\'re missing a few ;\'s
Great work otherwise!

*Feel free to delete the code comment. but this i my real comment -< :P

F*U*R*B*Y*
Comments: 536
 
PHP Snippet:  PHP Calendar
Posted on May 27, 2008 5:46 am
where am i missing the ; ???

Thanks for the feedback also :)
jonesy44
Comments: 852
 
PHP Snippet:  PHP Calendar
Posted on May 27, 2008 7:46 pm
in the foor loops, before you increase the variable ++
F*U*R*B*Y*
Comments: 536
 
PHP Snippet:  PHP Calendar
Posted on May 28, 2008 2:13 am
Should be fixed now :)
jonesy44
Comments: 852
 
PHP Snippet:  PHP Calendar
Posted on May 28, 2008 11:51 am
good stuff :P

nice script :-)

7/10
markusPHP
Comments: 10
 
PHP Snippet:  PHP Calendar
Posted on Jun 16, 2008 11:40 am
Pre-incrementing(++$var) is quicker than post-incrementing($var++)
Hawkee
Comments: 464
 
PHP Snippet:  PHP Calendar
Posted on Aug 16, 2008 1:41 pm
Would be nice if this had a screenshot.

Please Register or Login to start posting comments.
Bottom