Categories > TinyButStrong general >

Pulling data from MySQL for an XML page

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Joe
Date: 2004-12-25
Time: 23:25

Pulling data from MySQL for an XML page

I have my php page and my .xml page, trying to pull data, but it's not working.  On the xml doc I'm using

[b1;block=begin]
<item>
<title>[b1.title]</title>
<link>[b1.link]</link>
<description>[b1.description]</description>
</item>
[b1;block=end]
</channel>
</rss>

Am I'm doing something wrong?
By: Joe
Date: 2004-12-26
Time: 07:46

Re: Pulling data from MySQL for an XML page

I figured it out.  I'm using a php script now to do it.