I have a tiny file that sets some variables...
and then runs a php script that uses the variables. For some reason the $header variable isn't recognized in the template file...Code:<? $artist_id = 46; $header = 'artist-header-nav.php'; include_once('artist-template-n.php'); ?>
What am I missing? Thanks! erinCode:<div id="pageheader"><? include('$header'); ?></div>![]()



Reply With Quote


Bookmarks