PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am designing an upload banner page for a client it is connected to a mysql database that stores all the images. I was just wondering how to retrieve a flash image file from the database to a web page. I would be grateful for any help!!!!
I am not sure, but you may want to copy this and post it into the database forum as well, because the people that go into that section are more likely to be able to answer your question, and probably quicker.
It may be better to store the files themselves on the server, not the database. Store references to the files in a table in the database, and retrive them as you normally would with HTML.