Where is the tmp directory for apache server

Posted by user40709 on Server Fault See other posts from Server Fault or by user40709
Published on 2010-04-16T02:32:20Z Indexed on 2010/04/16 2:33 UTC
Read the original article Hit count: 282

Filed under:
|

I am learning php and need to know the tmp directory on my apache server for this code. The script is hosted here /domains/domain.com.au/public_html

<?php
if ($_FILES[img1] != "/some temp directory" {
            @copy($_FILES[img1] [tm_name],




?>

© Server Fault or respective owner

Related posts about apache

Related posts about php