Forked from ricardozea/HTML and PHP Includes syntax.php
Created
February 20, 2018 17:50
-
-
Save kazimolmez/19b403eaedab4f3d9dbda5cd27d1270e to your computer and use it in GitHub Desktop.
HTML and PHP Includes syntax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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