JavaScript appears to be disabled. We recommend you enable JavaScript while visiting this site.
Thoughts on the Web, technology, philosophy, and whatever else.
(All original content on this site is licensed under the Creative Commons License Attribution-Noncommercial-No Derivative Works 3.0.)
I've already installed the current verison of PHP 5.2 on my Windows Server 2008 R2 machine, but unfortunately wasn't able to get content saved via the file_put_contents function.
It seems that you need to add and give IUSR the necessary permissions on the file (or directory) in order for writes to work properly.
Tags: iis, windows server 2008 r2, php
Categories: software