Results 1 to 5 of 5

Thread: Php calendar script

  1. #1
    Join Date
    Apr 2009
    Posts
    79

    Php calendar script

    I am looking for code in php to put calender in my website. Is there any software which works as php script and easily integrate into web sites. Any recommendations and suggestions are appreciated.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Php calendar script

    Availability Calendar is another option, it is a great Flash/PHP calendar script that can be used anywhere where booking and availability needs to be used. You can change everything - size, colors, fonts, borders, date and time formats, week starting days. The Easy PHP Calendar is a powerful PHP calendar script that is easily integrated into web sites and is simple to customize. This attractive, full-featured calendar is suitable for display on a calendar of events page, home page, or any other page that needs a calendar.

  3. #3
    Join Date
    Jan 2009
    Posts
    199

    Re: Php calendar script

    You can also use Web Calendar Pro, is Simple to install, implement and use. Allow visitors of your website to quickly know what events are planned and when. It has easy yet powerful interface, allowing you to create unlimited number of new calendars/sub-calendars, Active Calendar is a PHP class that generates calendars (month or year view) as HTML tables (XHTML-Valid). PHP Event Calendar allow you to add a web based calendar to your web site today.

  4. #4
    Join Date
    Dec 2008
    Posts
    177

    Re: Php calendar script

    PHP calendar script :

    Code:
    <?
    if(isset($pm) and $pm > 0){
    $n=$pm+$chm;}else{
    $n= date("m");}
    
    $e= date("e");     
    $z= date("z");     
    
    $no_of_days = date('t',mktime(0,0,0,$n,1,$z)); 
    $np=date('M',mktime(0,0,0,$n,1,$z)); 
    
    $zp=date('z',mktime(0,0,0,$n,1,$z));
    $k= date('z',mktime(0,0,0,$n,1,$z));
    for($k=1; $k<=$j; $k++){ // Adjustment of date starting
    $adj .="<td>&nbsp;</td>";
    }
    
    
    
    echo " <table border='1' bordercolor='#FFFF00' cellspacing='0' cellpadding='0' align=center>
    
    <tr><td>";

  5. #5
    Kuruvilla Guest

    Re: Php calendar script

    You can use this as calendar:
    php-calendar.sourceforge.net
    But no ready made script will have the option you are looking for (you select a date but nobody else can select it). This requires coding.

Similar Threads

  1. Replies: 4
    Last Post: 01-04-2012, 12:24 PM
  2. Replies: 2
    Last Post: 07-02-2012, 07:50 PM
  3. Replies: 5
    Last Post: 23-04-2011, 10:19 PM
  4. Replies: 3
    Last Post: 18-10-2010, 12:12 PM
  5. Replies: 9
    Last Post: 25-10-2009, 01:25 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,934,830.65650 seconds with 17 queries