PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hero789
Forum Newbie
Posts: 23
Joined: Sun Dec 20, 2009 5:10 pm

PHP

Post by hero789 »

Hi

Can anyone tell me, which is the better method for creating a mail system in PHP. Using mysql to store emails or using a directory based system.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP

Post by requinix »

Database. Hands down.
Post Reply