Steve Greenaway <macfisto.TakeThisOut@engsoc.org> wrote in
news:cte8ip$8kj$1@driftwood.ccs.carleton.ca:
> A lot of information seems to be out there regarding the use of PHP
> and MySQL together. I can't find many books about PHP and XML. Is
> there a reason for this? Or is it just because PHP has only recently
> supported XML in a thorough way?
>
> I guess what I'm trying to ask is, what's a better method these days
> for data management, assuming I'll be using PHP to create the web pages?
I'd say - apples and oranges.
If you have some data, and you want it to persist,
you have to store it somewhere/somehow. If that data
happens to be in XML format, then you could store it
in a database(e.g. MySQL), or maybe in files. Or you
could store the data in a database in appropriate
fields(e.g. text, numeric, etc), and have PHP serve
it as XML, HTML, plain text, PDF, etc.
--
Dave Patton
Canadian Coordinator, Degree Confluence Project
<a style='text-decoration: underline;' href="http://www.confluence.org/" target="_blank">http://www.confluence.org/</a>
My website: <a style='text-decoration: underline;' href="http://members.shaw.ca/davepatton/" target="_blank">http://members.shaw.ca/davepatton/</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: PHP and... XML or MySQL?