calendar with php

Upload: qwertyuiop

Post on 05-Feb-2018

217 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/21/2019 Calendar With Php

    1/2

  • 7/21/2019 Calendar With Php

    2/2

    // Complete the row of the last week in month, if necessaryif ($dayOfWeek != 7) {$remainingDays = 7 - $dayOfWeek;$calendar .= "";}

    $calendar .= "";$calendar .= "";return $calendar;}?>