PHP Include function
Using the php include(); statment can be a handy way to speed up your development time , making it easier to amend or add features to a set template or snippet of code.
Example Code
<?php include("includes/filename.php"); ?>
This entry was posted on Tuesday, September 29th, 2009 at 7:31 pm and is filed under PHP Scripts. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.