PDA

View Full Version : XML Header


Jack
12-31-2002, 12:04 PM
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.)

Brandon Martus
12-31-2002, 01:43 PM
header("Content-Type: text/xml");

Jack
12-31-2002, 02:04 PM
Originally posted by Brandon Martus
header("Content-Type: text/xml");

<me feels stupid :)>