Where is the tmp directory for apache server
- by user40709
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],
?>