I am an experienced PHP user but there is one thing that has been bothering me. An echo can display a variable but can it display an entire a php script. Here is what I am thinking:
(variable echo)
echo($variable);
(entire script echo)
echo(blah.php);
It gives me a parse error. Does anyone know the correct syntax to do this?
Thanks