Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
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.
__________________
Only a biker knows why a dog sticks his head out the window.
|