一个比较不错的PHP日历类分享(3)

<html>     <head>         <title>恩聪PHP日历示例</title>         <style>             table {border:1px solid #050;}             .fontb {color:white; background:blue;}             th{width:30px;}             td,th{height:30px;text-align:center;}             form{margin:0px; padding:0px;}         </style>     </head>     <body>         <?php         require 'calendar.class.php';         echo new calendar;         ?>     </body> </html>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/d70356184b95274eb43d76997e9d6330.html