Posted by Ivαn Sαnchez Ortega on 01/31/06 13:25
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Captain Dondo wrote:
> The problem I am having is that php is insistent about sending
>
> X-Powered-By: PHP/4.4.2
> Content-type: text/html
>
> at the start instead of
>
> HTTP/1.0 200 OK
> Content-type: text/plain
>
> Any way I can get php to quit doing what it's doing and do what I think
> it should be doing?
Hhhhmmm... Have you tried to... ?
<?php
header('HTTP/1.0 200 OK');
header('Content-type: text/plain');
?>
- --
- ----------------------------------
IvΓ‘n SΓ‘nchez Ortega -i-punto-sanchez--arroba-mirame-punto-net
http://acm.asoc.fi.upm.es/~mr/ ; http://acm.asoc.fi.upm.es/~ivan/
MSN:i_eat_s_p_a_m_for_breakfast@hotmail.com
Jabber:ivansanchez@jabber.org ; ivansanchez@kdetalk.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD30lA3jcQ2mg3Pc8RAvTqAJ96rnWLqW8SThAGRLx/p9WGTtkJSwCbBR6J
0lTiSmzLiRWmVYYL3SKVCfI=
=JOrH
-----END PGP SIGNATURE-----
Navigation:
[Reply to this message]
|