I'm currently using PHP to pull data from a MySQL database and then display on a webpage using HTML.
I've been reading about instead of displaying it using HTML, actually creating an XML document using PHP and displaying that instead.
Where I'm having the problem at is the question "Why?"
Why would I do this, and what benefit would it provide me?
Thanks for any input on this!
James
I've been reading about instead of displaying it using HTML, actually creating an XML document using PHP and displaying that instead.
Where I'm having the problem at is the question "Why?"
Why would I do this, and what benefit would it provide me?
Thanks for any input on this!
James