MySQL Forums
Forum List  »  MySQL Administrator

Get image source from mysql database
Posted by: Sarah Larysz
Date: September 18, 2009 09:41PM

So I have a xml slideshow that looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<gallery>
<album title="Nature" description="Images of trees, lakes and flowers" lgPath="slideshow/baChurch/album1/large/">
<img src="baChurch_01.jpg" />
<img src="baChurch_02.jpg" />
<img src=" RESULT OF QUERY!" />

and it loops until its run all the images in there

</album>
</gallery>


I have set up an external uploader in a small cms I am building, and have all the images going into the same file that the pictures are now hosted in. I want to set up some sort of query that echoes the url that is stored in the mysql database. can I do this?

Options: ReplyQuote


Subject
Written By
Posted
Get image source from mysql database
September 18, 2009 09:41PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.