P
Piet L.
hey,
I have a huge database (MySQL), and now I want to display that
information
on my website. I want to organize it in such way that the user can say
what he wants to see.
For example, only cd's from the years 2000, or all books from author
x, ...
I'v looked around on the net, and this is what I came up with:
use a script that returns xml, use xslt to extract the wanted
information out of the xml, in the right order, formatted in the
wanted manner.
But now the problem:
can I do all of this with 1 script? (I prefer perl),
how do I generate the xml file?
do I use parameters or is there an other way (and so, how should this
be organized)
What about performance?
An example can help me a lot, a prototype or something.
....
Lots of questions, so waiting for lots of answers.
THANKS
I have a huge database (MySQL), and now I want to display that
information
on my website. I want to organize it in such way that the user can say
what he wants to see.
For example, only cd's from the years 2000, or all books from author
x, ...
I'v looked around on the net, and this is what I came up with:
use a script that returns xml, use xslt to extract the wanted
information out of the xml, in the right order, formatted in the
wanted manner.
But now the problem:
can I do all of this with 1 script? (I prefer perl),
how do I generate the xml file?
do I use parameters or is there an other way (and so, how should this
be organized)
What about performance?
An example can help me a lot, a prototype or something.
....
Lots of questions, so waiting for lots of answers.
THANKS