I need to link one of several JavaScript files into an application.
I'm using php to pick the file and "pass it thru" (passthru) based on
http_get_vars.
What is the header I need to send?
That is, for example, passing flash I would use: header("Content-type:
application/swf");
thanks gsb
I'm using php to pick the file and "pass it thru" (passthru) based on
http_get_vars.
What is the header I need to send?
That is, for example, passing flash I would use: header("Content-type:
application/swf");
thanks gsb
Comment