Can anyone tell me what needs to be sent out in the header for an xml page?
(I’ll be using php, but that doesn’t really matter.)
Can anyone tell me what needs to be sent out in the header for an xml page?
(I’ll be using php, but that doesn’t really matter.)
header(“Content-Type: text/xml”);
*Originally posted by Brandon Martus *
**header(“Content-Type: text/xml”); **
<me feels stupid :)>