0) { $degree = $degree + $photoRotation; if ($degree = 360) { $degree = 0; } } //Update Rotation field $sql = "UPDATE photos SET Rotation = $degree WHERE Stub = '$stub_f'"; if (!$result = @ mysql_query ($sql, $connection)) logerror(); $photoSRC = str_replace(PHOTO_DIR, "http://photos.onfocus.com/photos/", $photoFile); $photoSRC = str_replace("\\", "/", $photoSRC); $photoSRC = $photoSRC."?".rand(1, 1000); list($width, $height, $type, $attr) = getimagesize($photoFile); return "$photoSRC,$width,$height"; } }