开发者

PHP save XML to file

开发者 https://www.devze.com 2023-03-27 18:39 出处:网络
I want to save XML files from a PHP script (original XML file and also create new XML file from old file) on a Windows Vista/7 with IIS 7开发者_开发技巧 pc.

I want to save XML files from a PHP script (original XML file and also create new XML file from old file) on a Windows Vista/7 with IIS 7开发者_开发技巧 pc.

From this question, How to save an XML file on the web server using PHP?, I found out that to save an existing file I needed to make that file writable by anyone. That question talks about suexec to give permission to PHP to write files. What is the equivalent in Windows/IIS?

Thanks.


You will have to set up the permissions yourself. Have a look at this: http://technet.microsoft.com/en-us/library/bb727008.aspx for how to do it.

0

精彩评论

暂无评论...
验证码 换一张
取 消