View Single Post
Old 04-06-2013, 10:24 PM  
Mark.Roy
Confirmed User
 
Industry Role:
Join Date: Apr 2013
Posts: 122
what you are referring to is called php function include.

if same content on your site is gonna appear on many pages then you create a separate file for it and just use this code in pages, where you wanna sho it.
<?php
include(filename.php); ?>

read some books on php and html, there are loads of material online and for free too.
good luck.
Mark.Roy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook