Advertisement
Guest User

Untitled

a guest
Jan 4th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. //do the rows and get the count
  3. foreach ($days as $day) { ?>
  4. <?php echo $day . ": " . getCalendarDay($day,$spaces)."<br>";?>
  5. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement