RE: [PHP] Unusual HTTP header control

2002-11-16 Thread Morgan Hughes
On Sun, 17 Nov 2002, Brendon G wrote: > Not that I've ever used them but wouldn't Sockets be a good place to start? > Cheers > Brendon Possibly, but the rest of the script works well... And I've got more experience feeding files back with PHP, and letting PHP do the heavy lifting for me...

RE: [PHP] Unusual HTTP header control

2002-11-16 Thread Brendon G
Not that I've ever used them but wouldn't Sockets be a good place to start? Cheers Brendon -Original Message- From: Morgan Hughes [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 17, 2002 4:40 PM To: PHP General List Subject: [PHP] Unusual HTTP header control Hello

[PHP] Unusual HTTP header control

2002-11-16 Thread Morgan Hughes
Hello list, I'm hoping someone can shed some light on a problem I'm having with the header() function... I'm building a script to spool MP3 files to Winamp/xmms using the HTTP protocol. And it works fine, except I want to suppress the normal "HTTP/1.1 200 OK" header sent by PHP/Apache