[PHP] A strategy question about using mySQL for saving flat-file stings?

2005-07-25 Thread Al
I've been creating a number of CM applications for a virtual-host website. One feature, of several applications, allows the editor [one of our people] to create simple text files. I've been using simple flat-files in a directory for saving the files. I've gotten tried of dealing with

Re: [PHP] A strategy question about using mySQL for saving flat-file stings?

2005-07-25 Thread James
I don't know if this is of any help, but you can make a mysql field Unique without it being an index/primary key. - Original Message - From: Al [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Monday, July 25, 2005 9:40 AM Subject: [PHP] A strategy question about using mySQL