<?phpif(isset($_GET['act'])) { $act = $_GET['act']; include "Includes/{$act}.php";} else { echo "text";}?>