Database software

Hi - I have been working on my own simple database recently and have half of it working, but I have pretty much run out of time and patience with it!

I was wondering if anybody knew of any cool database softwares out there?

I am looking for a database that you can input 1000’s of peoples data.

Name, Address, Age, Contact numbers etc etc… - search through all the data, and send out multiple emails.

If anyone knows of any (doesn’t have to be just free ones) I would really appreciate it. Thanks :slight_smile:

SQLite, nothing to install built right in PHP.
http://us3.php.net/sqlite

You could look at http://www.doctrine-project.org/. It removes the need for knowledge of SQL.

and replaces it with DQL :shifty:

I’m looking for something that I just install, add the relevant fields and thats it! - I’ve had enough of coding for a while :slight_smile: