Hiya... I'm having problems with this echo statement. I simplified it right down and it still not work. This is what i am doing.
FILENAME - test.php
<?php
$test = test;
include ('http://www.free-myspace-premade-layouts.com/test1.php');
?>
FILENAME - test1.php
<?php
echo $test;
?>
When i access test.php, it pulls in test1.php fine but does not echo $test.
HELP ME PLEASE... (thanks in advance)