Is this an efficient way of converting the url ?p=XX to displayed content?
<?php if (isset($p[include ($_GET['p'] . '.php')])) ?>
Other bonus question:
I’m using xampp, why cant I use the <? or <?= tags rather than <?php and <?php echo respectively.
You propably are looking for this solution?