I created a xml file called text.xml
I created a xsl file called text.xsl
I open the browser localhost/text.xml and everything is fine.
My question is, I want to use php to retrieve my data from mysql server. then put the data into xml file. so, I have to generage a xml file with the data I just retrieved. What if there is 10 users visiting my site. do I have to produce 10 xml files?
I know there is a better way to do that, I just don't know how.
I created a xsl file called text.xsl
I open the browser localhost/text.xml and everything is fine.
My question is, I want to use php to retrieve my data from mysql server. then put the data into xml file. so, I have to generage a xml file with the data I just retrieved. What if there is 10 users visiting my site. do I have to produce 10 xml files?
I know there is a better way to do that, I just don't know how.
Comment