1
<input name="CONTACT_PHONE" placeholder="contact phone" class="form-control" type="text">
通過POST歌廳代碼如何發送值存在標籤在XML文件中usuing PHP
$contactphone = $_POST['CONTACT_PHONE'];
加載XML文件
$xml = simplexml_load_file("JOBS.xml");
越來越存在標籤
$tagcontactphone = xml -> getElementsByTagName("CONTACT_PHONE")
如何把$contactphone
放在$tagcontactphone
並保存XML文件?