I couldn't find my answer at php.net, but it seems pretty basic so I'm probably missing something.
I am using PHP at the command line for a script, and I want to supress the
X-Powered-By: PHP/4.1.2
Content-type: text/html
that appears at the top of any output. How would I do this?
-Chris