$resimname = @mysql_real_escape_string($_FILES['myfile'] ['name']);
$resimtype = @$_FILES["myfile"] ["type"];
$resimsize = @$_FILES["myfile"] ["size"];
$resimtemp = @$_FILES["myfile"] ["tmp_name"];
$resimerror = @$_FILES["myfile"] ["error"];
$resimnamenew = md5($name);
$resimzaman = date('dmYHis');
$resimzamannew = md5(date('dmYHis'));
$resimuzanti =$siteurl."img/".$resimzamannew.$resimnamenew.$resimzaman.seflink($resimname);
$uzantilar = array("jpg", "png", "images/jpeg", "images/png");
açık bulduğum sayfada bu şekilde.