12345678910
<?php a=10; b=20; if((a+b)==30){ include("message.php"); } else{ include("alternativemessage.php"); } ?>
#include