PHP+Mysql+Flash Problem !!!!

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

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

PHP+Mysql+Flash Problem !!!!

Post by phoenix211984 »

I am trying to write my own php mysql banner advertising system. i have written imported images to the mysql table and i have got the php code to return normal images files e.g .gif, .jpeg etc. for flash banners i know that the headers are different can anyone give me any advice on how to get the flash image with headers into a php webpage in dreamweaver. i guess the other way of doing it is putting the imported files into a folder and dynamically embedding them into the webpage. if anybody has any ideas or code example it would be much appreciated.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Why not just store the html code in the database, rather than the actual files?
Post Reply