
Sign up to save your podcasts
Or


PHP includes are a vital aspect of websites and should be incorporated into every Web Developer’s workflow.
When using and creating includes the files need to have the php extension on the file.
Index.html turns into index.php
Footer.php
Meta data/ stylesheets/ head information
DISCLAIMER: when using PHP includes you HAVE TO ensure ALL OF YOUR LINKS are sourced from the root.
Generally speaking this is something to get into the habit of doing anyway, that way if you move something you don’t have to remember to fix the link. Also I do believe that this is a general web standard.
The post PHP Includes – Talking HTML appeared first on Schaffen Creative.
By Tom NormanPHP includes are a vital aspect of websites and should be incorporated into every Web Developer’s workflow.
When using and creating includes the files need to have the php extension on the file.
Index.html turns into index.php
Footer.php
Meta data/ stylesheets/ head information
DISCLAIMER: when using PHP includes you HAVE TO ensure ALL OF YOUR LINKS are sourced from the root.
Generally speaking this is something to get into the habit of doing anyway, that way if you move something you don’t have to remember to fix the link. Also I do believe that this is a general web standard.
The post PHP Includes – Talking HTML appeared first on Schaffen Creative.