<?php
   if ($a > $b){
echo "a ist größer als b"; $b = $a;
}
?>