I have files of different extensions, So how can I define multiple extensions in one header. for example
header("Content-type: application/xml");
header("Content-type: application/txt");
Is there any possibilities are there, to define in a single header something like this
header("Content-type: application/xml txt");
Thanks in advance for your suggestions