Hi there,
When I code
file_put_contents('/x.txt', time());
the file x.txt is saved to C:\x.txt instead of the root folder, I just can't figure out why...
I'm using PHP 5.3, it has to be something quite simple but I just can't figure it out. I've attached my php.ini and httpd.conf, if anyone can find anything I'd appreciate it, I've been at it for hours. Never had this problem before.