News for the ‘Database’ Category

In the Search for the Perfect PHP Calendar

I’m looking for something that will treat each user with its own calendar. It’ll be nice finding something that has a system like that, built-in already. Well, I’ll decide on something in a month or so.
Here are a couple of open-source PHP calendar projects worth to metion:
(more…)

Posted: March 10th, 2006
Categories: Database, JavaScript, PHP, Web, XMLHttp/Ajax
Tags:
Comments: 1 Comment.

Date Arithmetic With MySQL

Found a great article at DevShed on “Date Arithmetic With MySQL“. The last few days we’ve been kind of puzzled about how to store and actually utilize dates, throwing them back and forth from PHP to MySQL. There seems to be a lack of documentation about MySQL date functions, I bet alot of people are doing alot of mistakes in this area.
(more…)

Posted: January 17th, 2006
Categories: Database, MySQL, PHP, Web
Tags:
Comments: No Comments.

ADOdb – database abstraction library for PHP

ADOdb is what really saved my life when moving from Classic ASP to PHP5, it supports a wide variety of database, and has some great functionality features. It supports PHP5 aswell :)
You can find ADOdb here: http://adodb.sourceforge.net/

Here are some examples of your daily database connect and retrieval:
(more…)

Posted: January 5th, 2006
Categories: Database, PHP
Tags:
Comments: 1 Comment.