It's because when your datas comes from the db, the magic file process is not trigerred.
To correct this, y ou must add a
PHP Code:
header('content-type:{your file type mime}');
to tell the browser what type of file it is.
You'll have to look up the mime-type, I don't know it.
In web environment, the default file type is text if nothings specified.
__________________
Listen to the ducky: "This is awesome!!!"
|