Think of it as a poor mans template system. I want to store my values into a data array and then continue processing the view on another page. What PHP command would I use to accommodate this?
Could u plz explain better what you are trying to accomplish?! You can store a PHP array in a PHP arrfile.php and simply include('arrfile.php') from all your pages.
@Yorirou: overwrite what, a request can't overwrite the arrfile.php. The file contains the array with all the data he needs, he wrote those data down by his hands, so his pages are including the arrfile.php (or call it config.php) and they can all see the data. Unless I did not understood what he wants to do, that's why I asked to explain better.
arrfile.php?