OOCal ver

  OOCal
  Category : Php Tutorials-tips Calendars  
  Platform : Windows,  Unix,  Linux  
  Price : Free  
  Developer: OOApp  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  


This is a PHP program used for creating a event calendar on the website by the webmasters. This is an event calendar and the face of the calendar is like a monthly calendar. Web visitors can enter their events online inside the calendar and it stores the data in a flat text file. Webmasters can easily set this program on their web pages.

 

more Tag: calendar,

Also see ...


CxCalendar 1)    CxCalendar
 CxCalendar is an online scheduling software that can be used to archive events, journal, tasks etc on the websites. This program has an ability to show calendar entries in day, month, year, week etc. Users are allowed to import and export entries from iCalendar files. Color and date picker are available in this program. Users can perform various kinds of search operations like keyword search operations, date range search operation etc....

iMpcal 2)    iMpcal
 impcal is a calender software based on php. This software displays date, day, month and year. Online demo is available. MySQL database is used to store the data. The front page will show last month, present month and next month....

Web Calendar Pro 3)    Web Calendar Pro
 This calendar is written is PHP and enables you to generate customizable calendars and sub-calendars for your applications. Facilities to set online event alerts, publish events, schedule tasks according to the time, to highlight events etc., are available for the users. You can even export and convert the format of your calendar to eCal and vCal, search for events, password protect personal calendars and change calendar skins....

My PHP's Calender 4)    My PHP's Calender
 My PHP's Calender is a powerful calender software with all essential features. This full featured event calender can be easily customized in its layout and design according to your wish. You can enter and register your events, programs and actions through the admin control panel. This is an easy to use PHP application with simple configuration and easy customization. Key features include CSS styles, powerful admin panel, editable page layout etc....

CalGen 5)    CalGen
 CalGen is a php-application which generates a dynamic graphical calendar. It can be customized for different dateformats (European, Finnish, Swedish and US), to have links or not, highlight or not. It requires PHP with GD and Freetype support. NOTE ON GD: This is written for the old GD library which generates GIF-images, the current generates PNG-images and isn't supported by PHP (yet)....

Flat Calendar 6)    Flat Calendar
 Flat Calendar was designed for those of us who need calendar and event book functionality but do not have access to a database. Unlike most of the calendar and event book scripts available, Flat Calendar stores all its events in files on the server without any use of a database. This provides user default with current month view and allows user to select required month and year. You can add events and edit the events defined on particular day. Also you can view all the events at a time and e...

ltwCalendar 7)    ltwCalendar
 This is an event calendar that shows a month by month view and supports events that recur on a weekly basis. It is currently at version 2.2. Download it from http://calendar.codewalkers.com/ltw_calendar.zip. Demo it at http://calendar.codewalkers.com...

Web Calendar Pro 8)    Web Calendar Pro
 Web Calendar Pro is a personal and group calendaring system with scheduling and event planning capabilities. Being easy to use even for a novice, Web Calendar Pro offers powerful features: ability to create and fully customize unlimited number of new calendars/sub-calendars. Handle your public schedule for publishing events on your site, managing each calendar’s users, subscribers, and their privileges with ease. Its user friendly interface allows to publish evens on online schedule, set rec...

Franciscocharrua's PHP Calender 9)    Franciscocharrua's PHP Calender
 Franciscocharrua's PHP Calender is a simple and effective online calender software. You can have calenders for any specified month and year by just specifying the date as the parameter. This program can display your server date as default. This program is easy to install and requires no knowledge of PHP....

MySQL Table Joins 10)    MySQL Table Joins
 One of the great characteristics of SQL (Structured Query Language) is the fact that one can develop access and modify data across various tables. There are several benefits to this, including greater ease of manipulation, increased speed of access, and reduced data redundancy. In MySQL (as well as many other SQL languages), this is accomplished via the join command. This tutorial takes a look at several types of the join command including The Cross Join, The Equi-join, The Left Join, and Sel...

PHP-RealtimeStats 1)    PHP-RealtimeStats
 PHP-RealtimeStats is a simple PHP script used by the users to view their site visitors and how many times they hit the page of your site. It also counts how many users are online and where they come from and their country name. The script is developed function-based so that it can be easily integrated into your website. PHP-LiveStats installation is easy and simple to understand. Some functions may even be integrated into a remote website using JavaScript....

XeoPort 2)    XeoPort
 Xeoport is an easy to use program with enhanced features. Some key features of this program are, it imports new and unique messages, listing all attachments(filename &filesize), delete messages after succesful import, connecting to IMAP or POP3 server. It extracts and imports entire email and/or textpart of message....

RSS Feed Checker 3)    RSS Feed Checker
 RSS Feed Checker is a simple online XML and PHP based powerful RSS utility using which you would be able to check the the status of your RSS news feed. This program uses MD5 hashing technology for checking the modifications done on your news feed. You can use this program either from a web based browser or through CRON job. This is an useful and handy tool for all webmasters....

Flash MX and Unicode 4)    Flash MX and Unicode
 With Flash MX and the Flash 6 plug-in, we finally have unicode support in Flash. This makes it a viable tool to display text in languages other than English, including all Euro-languages with accents, Middle Eastern right-to-left scripts and many Asian Languages like Japanese, Chinese, Korean etc. It also helps to make dynamic text, with HTML, in Flash a more appealing visual aid to our designs since we can use bullets, arrows and symbols more creatively. Hence Unicode opens up a new door fo...

Phpmail 2 5)    Phpmail 2
 Phpmail web based email system with paypal, paypal recurring, clickbank, and 2checkout auto payment gateways to collect money from every email sign up. It also has unlimited user groups and attribute categories you can assign to any group. Other features include a dynamic calendar, search, user defined folders, auto trash emptying, limiting sent emails per email sent or per day, RTF editor for both IE and non IE browsers, Empty trash button, printer friendly email, forward email attachments,...

Flash Dynamic Photo Gallery 6)    Flash Dynamic Photo Gallery
 Flash dynamic photo Gallery is an application in PHP for displaying your information to your site visitors in an awesome and funny way. This software will query a database and get image information and load image information into flash movie. Flash contact forms to send email and image navigation and powerful zoom feature to zoom in/out on each image. This advanced script uses MySQL database as backend. Easy installation and customization makes this script user friendly....

Accessing Form Variables 7)    Accessing Form Variables
 Accessing Form Variables is a suitable tool for PHP beginners to know how to create forms and how to put variables to obtain the data. This tool teaches you about the several types of syntax and variables to enable the user to input the data. Also, explains the advantages of each variable type when it is implemented on your PHP site. Online example describes this module simply and clearly....

A Tutorial on Porting MySQL code using ADODB 8)    A Tutorial on Porting MySQL code using ADODB
 In PHP every database is accessed slightly differently. To connect to MySQL, you would use mysql_connect(). When you decide to upgrade to Oracle or Microsoft SQL Server, you would use ocilogon() or mssql_connect() respectively. What is worse is that the parameters you use for the different connect functions are different also.. That`s why a database wrapper library such as ADODB comes in handy when you need to ensure portability. <p> This tutorial has been translated into multi...

MySQL 5.1.31 Client Extension for PHP 5.2.9-NTS Win32 9)    MySQL 5.1.31 Client Extension for PHP 5.2.9-NTS Win32
 *** For Windows 32-bit Non-Threadsafe PHP ONLY! *** Includes: PHP Version: 5.2.9-nts MySQL Client API version : 5.1.31...