[PHP] Turning off Content-type header.
Hi, Does anyone know how to turn off the content type header? The binary compiled from the source (I am assuming the source needs changing?) will only be used for a single script that needs to not produce any spurious output such as the Content-type header. Thanks in advance. -- Karl Austin - KDA Web Services Ltd. http://www.kdawebservices.com Affordable UK Web hosting from £3.33 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Re: Host OnLine ?
"Arcadius A." <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello ! > Is there any function in PHP returning true or false or something similar > when a given host is online or not ? > > Basically , I'm in need od something "ping" > Thanks ... > > Arcad > > Hi, Try downloading http://scripts.kdawebservices.com/kdamon-1.0.0.zip you can configure what ports it monitors and what IP addresses it monitors and it's free. -- Karl Austin - KDA Web Services Ltd. http://www.kdawebservices.com Affordable UK Web hosting from £3.33 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] Turning off Content-type header.
"Alexander Wagner" <[EMAIL PROTECTED]> wrote in message 0108062256260H.00774@zahna">news:0108062256260H.00774@zahna... > Karl Austin wrote: > > Does anyone know how to turn off the content type header? The binary > > compiled from the source (I am assuming the source needs changing?) > > will only be used for a single script that needs to not produce any > > spurious output such as the Content-type header. > > php -q script.php > > regards > Wagner > > -- > Madness takes its toll. Please have exact change. Hi, Thanks for that, you're a gem. I'm assuming that it is documented somewhere obvious and I missed it? -- Karl Austin - KDA Web Services Ltd. http://www.kdawebservices.com Affordable UK Web hosting from £3.33 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]