A piece of the problem script: $url = $_FILES['url']; if(file_exists("Imagem1/$url[name]")) { $url2 = $url_name."1"; } else { $url2 = $url_name; } if(!copy($url[tmp_name], "Imagem1/$url2")) { } $urlf = $root."Imagem1/$url2";Thanks in advance for some help.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php