php dosyası kodları

<?php
$r = $_GET['r'];
$w = $_GET['w'];
$h = $_GET['h'];

echo '<img src="'.$r.'" width="'.$w.'" height="'.$h.'" />';
?>
Kullanımı

dosya.php?r=resimlinki&h=yükseklik&w=genişlik