Flash upload

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!

Moderator: General Moderators

Post Reply
phoenix211984
Forum Newbie
Posts: 3
Joined: Sat Sep 16, 2006 7:03 pm

Flash upload

Post by phoenix211984 »

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!!!!
User avatar
gkwhitworth
Forum Commoner
Posts: 85
Joined: Tue Sep 05, 2006 8:28 pm
Location: Wasilla, Alaska

Post by gkwhitworth »

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.

--
Greg
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

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.
Post Reply