Thread: help...
View Single Post
  #3  
Old 12-12-2004, 07:52 AM
G.I.JOE*MFA* is offline G.I.JOE*MFA*
Registered User

Join Date: Feb 2002
Posts: 437

Send a message via ICQ to G.I.JOE*MFA* Send a message via Yahoo to G.I.JOE*MFA*
Quote:
Originally posted by BB/Mike*MFA* at dfmafia.net

i didnt quite get ehat you mean, if i am right in what you want ou can



<?php



include("header.php");

Script

include("footer.php");



?>



or on the index page in the HTML output where you want the content to go you can go something like



<?

$page[act] = $_GET['act'];

include("header.php");

If ($global[page]==""){

include("index.php");

} Else {

include("./pages/$page[act].php");

include("footer.php");
__________________
DON'T LOOK AT MY SPELLING CAUSE IT SUCKS AND I DON'T CARE
__________________




*MaFiA*...Trust...Respect . . . Family

BF *MaFiA* - CoD *MaFiA* - DF *MaFiA* - JO *MaFiA* - RvS ¤MaFiA¤ - SW *MaFiA* - Capo Crimini
The Site



Reply With Quote