Skip to content

Instantly share code, notes, and snippets.

@ricardozea
Created March 31, 2014 14:38
Show Gist options
  • Save ricardozea/9893829 to your computer and use it in GitHub Desktop.
Save ricardozea/9893829 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