| 
 Posted by Harold  Martin on 06/17/68 11:56 
Hello- 
I'm working on a simple script that does something like: 
header('Content-type: text/directory'); 
echo "BEGIN:VCARD\r\n"; 
 
However, PHP appears to send some additional whitespace after the 
headers are sent (after the 200 OK message). I noticed this behavior 
also occurs when no custom headers are sent. The problem here is the 
some vCard readers will fail if the file begins with whitespace, so how 
can I disable this extra whitespace sending in PHP? 
 
Thanks- 
Harold
 
[Back to original message] 
 |