![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: php as cgi
From: Erwin Moller <since_humans_read_this_I_am_spammed_too_much@spamyourself.com>
Date: Tue Jan 31 2006 - 13:04:52 CET
Captain Dondo wrote:
> I am trying to use php 4.4.2 as a cgi scripting language. I am running
Check php.ini. Search for
> Content-type: text/html
Look in php.ini
>
Yep. :-)
You can also use ini_set() to overrule php.ini per script basis.
Regards,
>
|