I am setting up a news website for a project and use PHPs Echo file_get_contents feature for a universal navigation bar, the issue is I want different file contents to echo for a mobile user as a post to a laptop/desktop user (my nav bar isn't mobile friendly). How could I do this -current php is below :)
<?php echo file_get_contents('./page/nav.php'); ?>
-Jake
Aucun commentaire:
Enregistrer un commentaire