header ('Content-type: ??????????') for an unkown type
Posted: Tue Apr 06, 2004 10:42 pm
Hi,
I'm using a header redirect to a polyphonic ringtone file with extension .mmf
What do I put in the since if I put application/mmf or audio/mmf netscape just tries to save as .mmf.php but IE handles it fine.
I think there must be a way to say
If anyone knows what it is please let me know.
Thanks
I'm using a header redirect to a polyphonic ringtone file with extension .mmf
What do I put in the
Code: Select all
<?php
header ('content-type: ');
?>I think there must be a way to say
Code: Select all
<?php
header ('content-type: Unkown/Unkown');
?>Thanks