* Thus wrote Raditha Dissanayake ([EMAIL PROTECTED]):
> How about XML ?
>
> But seriously flat files or databases would be better if this is a
> simple set up.
>
> If you plan to do a lot of writing and very little reading flat files
> are a hell of a lot of faster. If you use flatfiles though
How about XML ?
But seriously flat files or databases would be better if this is a
simple set up.
If you plan to do a lot of writing and very little reading flat files
are a hell of a lot of faster. If you use flatfiles though you have to
forget about searching through it (unless you plan to w
Your options for permanent, server-side storage is pretty much either a
flat file or a database. Ultimately, your choice is dependant on what
you need to do with the data later on.
Personally, since my host includes a free MySQL db with every account,
I tend not to bother with flat files for t
Hi Sudheer,
Depends on what you want to do with the data afterwards.
Maybe a flat file would be enough?
Martin
-Original Message-
From: Sudheer Palaparambil [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 8 October 2003 2:50 PM
To: [EMAIL PROTECTED]
Subject: [PHP] do I need a database
Hi
Hi,
I am planning a static site. But I need to capture some data (username,
address, telephone and
email only), do I need a database for recording this data ? Or is there any
other way to record this
data ? The volume may be high.
Thank you.
Sudheer
_
5 matches
Mail list logo