i hate being a ****ing newbie at stuff it sucks π i made this i know its real short but what do i need to do to my code to make your's work with mine ?? heres mine
<?php
if ($image1_name != "")
{
@copy("$image1" , "/home/pappy/www/elitecouncil/uploadedimages/$image1_name")
$your_url_path = "http://www.pappys-place.com/elitecouncil/uploadedimages/";
$image1_name = $_FILES['image1']['image1'];
echo "".$your_url_path."/".$image1_name."\n";
or die("Error!");
} else {
die("No File In Form Field");
}
?>
And i keep getting this error Parse error: parse error in /home/pappy/public_html/elitecouncil/testupload.php on line 6
i bet the way i put your code in there is wrong π