Hi everyone,

I'd like to know your opinion about these question:

I have to create a redistribuitable CD using Scriptview. The CD will contain
a limited edition of an actual website, based on a MySQL database.
The question is: what's the best way to use the data with Scriptview?
The data are some simple products description (5 char fields, approx.) and
the products are about 50.

I've thinked those solutions:

- Several files to include (one for product) with variable declaration and
name equal to the product (i.e. mug.php, title="Coffee Mug" color="White",
etc.).
- A unique text file containing the data, with a parsing function to extract
data.
- (forbidden dream) An XML file containing products data... (i suppose expat
functionality are not allowed with Scriptview).

Considering that extracting format data from the database is not really a
problem, according to you, what's the best choice?
Is there some one alternative and convenient solution?

Thanks,

Alessio.



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to