Here:
Index.php includes Title.php and Main.php
Title.php has all the Title information (<title>/ <head>)
Main.php has the variable i need
Is it possible to have Title.php display the Main.php variables.
If you still dont get it:
INDEX.PHP
has:
include main.php
include title.php
MAIN.PHP
has:
$Page_Name = Main Page
TITLE.PHP
has:
<title>
<?
print "$Page_Name"
?>
can this work?
if you still dont understand this...i have no further advice for you, rather than getting help