............(omitted)
$filename=date(Ymd).".xml"; $source_file="/usr/local/IVR/sendwireless/xml /data/".$filename; //File address $file_pointer = fopen($source_file, "a"); (If the file does not exist, it will be automatically generated) //Parameter a append w new write
fwrite($ file_pointer, ""); fwrite($file_pointer, ""); for ($i = 0; $i"); } fwrite($file_pointer, ""); fwrite ($file_pointer, ""); fclose($file_pointer);
Complete XML format text
.
http://www.bkjia.com/PHPjc/531899.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/531899.htmlTechArticle............(omitted) $filename=date(Ymd) ..xml; $source_file=/usr/local/IVR/sendwireless/xml/data/.$filename; //File address $file_pointer = fopen($source_file, a); (If the file does not exist...