PHP MyAgenda ver 2.1

  PHP MyAgenda
  Category : Php Tutorials-tips Calendars  
  Platform :  
  Price : Free  
  Developer: OpenPHP  
  Version : 2.1  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  


phpMyAgenda is a PHP based scheduler. It schedules your events and appointments. You can enter the events in this script. Remove, modify and highlight the events if need. You can customize places where events takes place, dates and contacts. It allows you to take backup in ascii format. It has the facility of searching events that you added before. By using templates this script is easily integrable into any websites.

 

more Tag: events,

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...

phpCMS dir list 1)    phpCMS dir list
 This is a plugin for phpcms which makes webmasters to overview their site. In this script the directory list is displayed for the webmasters to access files. It is a helpful and useful utility for the adminstrators to navigate through folders....

Caching output in PHP 2)    Caching output in PHP
 This is a tutorial where one can find more information about caching out put by using output buffering. This tutorial insists that two files are required to perform a perfect buffering over the output, one executes before the other PHP scripts and another one is for executing after certain PHP scripts. This tutorial also provides users step by step procedures that have to be followed in caching output. People can also find some sample codes to learn about output buffering....

AddLock 3)    AddLock
 AddLock Membership Management System is a PHP script for secure management of your website users' authentication and membership. It guards your resources against any security violation attempts....

NewsPHP 4)    NewsPHP
 Make your professional newspaper, magazine, TV/Radio news center, media website. Features: Fast and easy to use admin area. Fully customizable headlines/categories/frontend view. Full Article management with images and audio/video. User levels, realtime news styles editing for colors/fonts; powerful search by titles or news body, automatic archiving feature with calendar style. Built in Banner Management, comments, user rates, navigation history, automatic meta tag creation, Extremely easy t...

Variables in PHP 5)    Variables in PHP
 Variables are a vital part of the server-side language, PHP. They are unavoidable but very simple to learn. In this short tutorial, I hope to give you a basic insight into using them....

Random Image Tutorial 6)    Random Image Tutorial
 In this tutorial we will create a random image generator. This could be useful for rotating banner, ads, traded button links or just simply randomizing your pictures...

TOWeb 7)    TOWeb
 TOWeb is an easy-to-use software for persons and organizations wishing to quickly create a Blog or a Web Site without any web designing skills, without dealing with web programming stuff, without using a retouching software for their pictures and without being left alone in front of a blank page with dozens of options....

PHP Functions : array_fill 8)    PHP Functions : array_fill
 array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be a number greater than zero, or PHP will throw a warning. ....

Macronimous- Command Line Scripting in PHP 9)    Macronimous- Command Line Scripting in PHP
 PHP can also be run as a command line script like c, c++, java, etc. This article provides an introduction to command line scripting in PHP and emphasise on its significance in PHP applications....

Count files in a folder with php 10)    Count files in a folder with php
 If you need to count files in a folder using PHP then this little piece of php is just for you. Easy to add and change....