|
|
|
|
| |
Introduction
I don't want a PDA and I don't want to use the features of my phone to store appointments or my schedule.
I practically live on the web, as I'm sure many of you do. I want a web-based calendar that I have full control of. I want to be able to add and delete my own events and easily know which dates I've set events for. I'm a big PHP fan, so I want to create my own.
I bet you've never really thought about just how important an events calendar is to you. If you don't have an events calendar and you're always trying to remember appointments and your busy business schedule then I'm here to save the day!
Yesterday I decided that instead of buying a Compaq iPAQ, I would sit down and create my own web based events calendar. In this article I'm going to run you step-by-step through the code that I used to create my calendar.
We will be using PHP and a flat file to store the events for the calendar. I know that I could've used a database to store the events, but I wanted to make the calendar as quick and easy to setup as possible. I also wanted as many people to be able to use it as possible.
[Note] In this article I will assume that you're using PHP version 4.1 on a Linux web server. If you're not then only minor modifications may be required, however everything should work perfectly 90% of the time. [End Note]
Read More... |
|
| |
| PHP Date and Time Primer Categories : PHP, Date/time | | | Practical Date and Time examples with PHP and MySQL Categories : Databases, MySQL, PHP, Date/time | | | Miles To Go Before I Sleep... Categories : PHP, Calendar, Databases, MySQL | | | An Alternative to Perl: Shell Scripting With PHP Categories : PHP, Shell Scripting | | | Beginners Guide to PHP - Introduction to cookies Categories : Beginner Guides, Cookies, To PHP, PHP | | | Setup and Install Apache with PHP4 as a Dynamic Module (DSO) Categories : PHP, PHP Configuration, Apache | | | File And Directory Manipulation In PHP (part 2) Categories : PHP, Filesystem, Directories | | | Building An FTP Client With PHP Categories : PHP, FTP | | | Referer Statistics Categories : PHP, MySQL, HTTP, Databases | | | Getting Intimate With PHP's Mail() Function Categories : PHP, Mail, PHP Functions | | | Building a PHP Style Switcher Categories : PHP, Sessions, Personalization and Membership | | | Honey, I Shrunk My Website Categories : PHP, PHP options/info, Site Planning, Other | | | PHP 101 Part 9 of 15 : SQLite My Fire! Categories : PHP, Beginner Guides, Databases, SQLite | | | Simple Connection to PostgreSQL with PHP Categories : PHP, PostgreSQL, Databases | | | Logging with PHP Categories : PHP, Log Files | |
| | |
|
|