So...I'm relatively new to PHP. Here's my problem:
The website I'm working on has a set of .asx files (small text files that act as pointers to streaming .wmv videos). What I'd like to do is write a script that would, rather than just redirecting to a static .asx file, generate one and send it to the client.
Simple, of course, if you're just echoing HTML. The problem is that I need the browser to treat this text as though it were a seperate file with an asx extension, not php (so that it opens Media Player and streams the video, rather than just displaying the text).
Am I being clear enough? Can such a thing be done?