این رو تست کنید :
<?php
$big = $_POST['imgbig'];
$small = $_POST['imgsmall'];
$titlealt = $_POST['imgsmalltitle'];
$img = "<img style='width: 160px;margin-right: -10px;height: auto;box-shadow: 0 0 5px;cursor: pointer;' src='$small'>";
if ($small == $big) {
} else {...