<?php if("hello" == "bye") { echo("hello is equal to bye"); } else { echo("hello isn't equal to bye"); } ?>