Hello,
I'd like to use PHP as simple, standalone system-scripting engine rather
than HTML generating engine on Web Server.
Executing simple file: HelloWorld.php
=============== =========
<?
echo "Hello world!\r\n";
?>
=============== =========
I get raw output that looks like this:
=============== =========
X-Powered-By: PHP/4.1.2
Content-type: text/html; charset=iso-8859-2
Hello world!
=============== =========
How can I get rid of those X-Powered-By: and Content-type: headers from the
script's output?
--
Maciej "Sasha" Zalewski
GG# 1850769
mail: josif[WYTNIJTO]@klub.chip.pl
z mojego maila usuñ ca³y nawias kwadratowy
I'd like to use PHP as simple, standalone system-scripting engine rather
than HTML generating engine on Web Server.
Executing simple file: HelloWorld.php
=============== =========
<?
echo "Hello world!\r\n";
?>
=============== =========
I get raw output that looks like this:
=============== =========
X-Powered-By: PHP/4.1.2
Content-type: text/html; charset=iso-8859-2
Hello world!
=============== =========
How can I get rid of those X-Powered-By: and Content-type: headers from the
script's output?
--
Maciej "Sasha" Zalewski
GG# 1850769
mail: josif[WYTNIJTO]@klub.chip.pl
z mojego maila usuñ ca³y nawias kwadratowy
Comment