Re: Question about a data structure
- From: noway@xxxxxxxx (Larry in Honolulu)
- Date: Wed, 31 Jan 2007 00:32:23 GMT
In article <epo96604v6@xxxxxxxxxxxxxxx>, Tom <tom@xxxxxx> wrote:
On Mon, 29 Jan 2007 09:46:08 GMT, Larry in Honolulu wrote...
A SQL database is meant to store data so it's probably worth keeping the
information in a clean format so PHP, Perl, or other languages can access and
make use of the information. If you store them individually you can define the
values as integers, rather than rigging a text string that has to be
manipulated
later. I'd rather have SQL do the work for me, and simply add, edit, or delete
the information. It would seem like more work in the long run to work with a
string of numbers, than setting up the table columns once and creating a
function to add or update the table.
Tom
Short, sweet, and to the point. Thanks much Tom.
Larry L
.
- References:
- Question about a data structure
- From: Larry in Honolulu
- Question about a data structure
- Prev by Date: Re: php.ini for every vhost
- Next by Date: Re: how to delete directories that are created by PHP?
- Previous by thread: Re: Question about a data structure
- Next by thread: Get error when I add new theme & select it in setting. Error shuts down postnuke
- Index(es):
Relevant Pages
|