|
|
|
|
|
by robbiejs
1280 days ago
|
|
I am using old school php like this: ```
<?php include('header.inc.php');
<?php include SOME PAGE BASED ON URL ?>
<?php include('footer.inc.php');
``` And <script> tags of course, with vanilla JS. Super quick and reliable. No layers. |
|
To answer OP's sibling question, I don't do any authentication with projects I consider lightweight.