Depends on what you mean. Most people (including myself) will recommend against storing the actual binary file in your database. Instead, store the file name, such as "mypic.gif" in a field. Then when you pull it out it will be just like any other variable from a query:
So I'll work on the assumption that you mean you have a file (let's call it mypictures.txt) and the first line in it says
picture.gif, me.jpg, examples.gif
I'm also assuming that you want to read this file and get the picture names out, then display them using HTML. Going on a lot of assumptions, but here goes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.