$boyut = round(@$_FILES['profilResmi']['size'] / 1024);
if( $boyut > 200  ){ echo "resim boyutu 200kb'tan fazla"; exit; }