Re: 'X-Kannel-DLR-Mask' value
Ben Suffolk <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
> Not really, header() will push the header to the client. You need > to send > the header using fsockopen() and fwrite() to kannel, in PHP - or > use the > HTTP_Request PEAR package That's teach me for talking about languages I don't really use. I just looked up how to set headers in PHP. But of course you are right the code snippet he was looking at was how to send a message into kannel, in which case yes, the php method header would indeed be wrong. Ben