I have to run a UNIX program and pass its raw output back to the browser. Is this what the PassThru is for?<br><br>I've tried to use this:<br> <b><FONT FACE=monospace>passthru( 'some.cgi');</font></b><br><br>But I got back the raw output in the browser as text, so the PHP sends the header "Content-type:text/html" before the some.cgi-s raw output. Is it a bug or am I on the wrong track?<br><br>Do you have any idea how to send a cgi-s raw output directly to the browser? (The cgi-s output starts with the proper headers.)<br><br>Thanks in advance,<br>bandi.