|
|
|
|
|
|
| |
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... |
|
| |
| Practical Date and Time examples with PHP and MySQL Categories : Databases, MySQL, PHP, Date/time | | | PHP Date and Time Primer Categories : PHP, Date/time | | | Miles To Go Before I Sleep... Categories : PHP, Calendar, Databases, MySQL | | | Generating One-Time URLs with PHP Categories : PHP, URLs | | | Data, its presentation and user interface forms Categories : PHP, XML, User Interface | | | PHP CLI and Cron Categories : PHP, CLI, Cron | | | PHP 101 Part 8 of 15 : Databases and Other Animals Categories : PHP, Beginner Guides, Databases | | | Saving Images in MySQL Categories : MySQL, PHP, Graphics, Databases | | | Web Development With PHP FastTemplate Categories : PHP, Templates, FDF | | | Beginners guide to PHP and MySQL Categories : PHP, Beginner Guides, Databases, MySQL, Installation | | | Building XML Web Services with PHP NuSOAP Categories : PHP, NuSOAP, XML | | | Building a Counter Categories : PHP, Cookies | | | Building A Persistent Shopping Cart With PHP and MySQL Categories : PHP, MySQL, Databases, Ecommerce | | | Who's Linking? Categories : PHP, Beginner Guides, To PHP | | | Sockets and PHP Categories : PHP, Sockets | |
| |
|
|