Hi Guys,
This is my first time posting on this site; so hello to all.
I am a relative newbie to a lot of aspects of programming so forgive any jargon errors.
I have an XML file of data pertaining to properties that I am parsing and inserting into a MySQL database.
I am using old fashioned queries to display this data on a web browser.
Their is an image tag for each property element consisting of thousands of characters. This element is some form of representation of the pixels of the image eg.
<ImageData contenttype="image/jpeg"><
![CDATA[/9
j/4AAQSkZJ
RgABAQEASA
BIAAD/4SZe
RXhpZgAASU
kqAAgAAAAL
AA8BAgAJAA
AAkgAAABAB
AgAPAAAAnA
AAABIBAwA
and on she goes.
Could someone outline for me how I can transform this into a viewable image file.
Best regards,
Anthony
Start Free Trial