i'm trying to retrieve data from mysql table and pass it into an xml document, then parse with php.
however, the variable name that i used to pass the value to the xml document was recognised as a character data instead of its value.
how do i make it recognise the value of the variable??
Retrieve data from mysql using xml and php
Moderator: General Moderators
there is ALL KINDS of information on this at http://www.php.net/xml
edit :
also a good note is this url.
http://phpxmlclasses.sourceforge.net/
you'll find all kinds of classes prebuilt for parsing xml files...
edit :
also a good note is this url.
http://phpxmlclasses.sourceforge.net/
you'll find all kinds of classes prebuilt for parsing xml files...
- scorphus
- Forum Regular
- Posts: 589
- Joined: Fri May 09, 2003 11:53 pm
- Location: Belo Horizonte, Brazil
- Contact:
Re: Retrieve data from mysql using xml and php
Not ignoring infolock's post, but what did you try already? Please show us part of your code so we can offer a more accurate help to you on this matter.ginnyows wrote:how do i make it recognise the value of the variable??
Cheers,
Scorphus.