PHP Include

April 13th, 2009 | Tags:

Tutorial Description:

Learn how to save time and space with include.

This is a very simple and easy tutorial. Put this code were you want to add your included content / file.

<?php
include("example.php");
?>

Remember to save your page as a .php or otherwise it will not work.

No comments yet.
TOP