<?php $variable= "aaaa"; if($variable=="bbbb"){ include("cccc.php"); }else{ require("dddd.php"); } ?>