<form method="post" action="">
<strong>ID:</strong> <?=$row['id'];?><br>
<strong>URL:</strong> <?=$row['url'];?><br>
<strong>Просмотры:</strong> <input type="text" name="review" value="<?=$row['review'];?>"><br>
<input type="submit" value="Сохранить">
</form>
<input type="hidden" name="id" value="<?=$row['id'];?>">