Hi, I've been looking everywhere in the manual for the answer and I just cant fin dit:
I have an echo statement that I want to use to print info from an array:
<?php echo $menustyle[0]; ?>
Except that the array isnt defined in this file. The site is framed based and I would like to define the array in the top frame's php page while printing the results in the bottom frames's php output.
In other words, how to I call the variable's definition from the content file which prints the thing?
Thanks!