Şöyle yapabilirsin hocam;

$d = "80";
$e = 0;

if ($d>101)
{
$e = "100,01";
echo $e;
}
else
{
echo $d;
}