Hi!
I want to get some variables from a file.
I use the following code:
<b>$head</b>
<? include $file ?>
<b>$bottom</b>
In the file $file are all the variables like $head and $bottom. I cannot change the sequence of this code. The variable $bottom is not the problem but $head...
Thanx
Alex