Jump to content

r22pl

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

r22pl's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. The way I have my index.php file start is: [code] <?php $pagename = "Home"; require_once("include/common.inc.php"); page_header(); ?> [/code] common.inc.php includes all of my includes and classes, such as [b]page.inc.php[/b]: [code] <?php session_start(); // Start Header function page_header() { ?>          <?php     echo "$pagename";     ?> [/code] I can't get it to recognize the variable [b]$pagename[/b], which I need for the title, nav, etc.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.