Re: [phplib] Best use of User variables From: toby cabot (toby.cabot <email protected>)
Date: 07/07/00

> I am currently writing a phplib web application that will enable
architects
> and contractors in California to enter information about their
Construction
> Projects so that they can request an energy compliance report from the
site.

(a mere mortal responds)

I'd guess that the construction project data could be useful for other
purposes (i.e. "how high-flow toilets were replaced by the low-flow type
last quarter?") so I'd recommend storing it in a schema that allows you to
go back later with an arbitrary reporting tool and do some analysis. If you
serialize all the data then you'll lock it up in a form that's not useful
for anything but php.

Toby

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>