<?php $temperature = 32; if ($temperature > 30) { echo "It is a hot day, stay hydrated."; } ?>
Click Run to execute this code.