标签: php xml wordpress
在wordpress中,当我们点击工具>导出按钮时,它会将xml文件下载到我们的计算机。但我想将此文件保存到相同的域名和托管。如何执行此操作? 我想使用像
$file = 'wordpress.xml'; // save the xml file to same hosting server where domain is host not our computer $current = file_get_contents($file);