At 02:46 PM 5/27/05, zzapper wrote:
Today I designed a fairly cute error404.php page, which I'd like to reuse
in future.
Currently I rely on remembering that I created such a page for say ACME
Carpets.
Now and again my memory fails to remember which site I developed a piece
of HTML,PHP,Perl,Javascript for and I spend more time going thru CD
backups etc than it would take to start again. I've postulated using MySql
as a store for such pages. but is a database suitable for storing,
searching for and retrieving such information.???
No. Store all the files on a hard disk and use 'grep' to search for what
your looking for - it'll be much easier to maintain. If you can't remember
to keep all you code in one place, what are the chances you are going to
remember to insert it into a database?
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]