php-safe-mode Questions

4

I'm trying to write a file to my /tmp directory (on an apache server) with the php fopen function, but it fails: <?php $handle = fopen("/tmp/test.txt", "x"); if ($handle) echo "Success!"; els...
Aglitter asked 25/5, 2012 at 10:3
1

© 2022 - 2024 — McMap. All rights reserved.