วันเสาร์ที่ 3 พฤศจิกายน พ.ศ. 2550

javascript,php create xml file

# include header charset utf-8
header("Content-type: text/xml; charset=utf-8");

# example structure



# display
echo $xml;

# build file
$file = fopen( "content.xml","w+");
fputs($file,$xml);
fclose($file);

# redirect file
header("Location: content.xml");

ไม่มีความคิดเห็น: