Hi
I have an interesting dilema. I have 3 pages that all use the same script (a different page). I want to be able to find all the variables on each of the 3 pages and then output them on the other page.
Bear in mind that some of the variables are created by calculations made to other variables sent in the $POST header so i cannot just go through the $POST array.
How do i find all the variables on a page using PHP and their associated values?
Been racking my brains over this one.
Thanks for yer anticipated help
GM