Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kazimolmez/19b403eaedab4f3d9dbda5cd27d1270e to your computer and use it in GitHub Desktop.
Save kazimolmez/19b403eaedab4f3d9dbda5cd27d1270e to your computer and use it in GitHub Desktop.
HTML and PHP Includes syntax
HTML:
<!--#include file="includes/file.html" -->
PHP:
<?php include'includes/file.php'; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment