PHP get a boolean when it is set later in the page

Posted by Thomas on Stack Overflow See other posts from Stack Overflow or by Thomas
Published on 2010-04-19T06:11:26Z Indexed on 2010/04/19 6:13 UTC
Read the original article Hit count: 246

Filed under:
|
|

In the header of my page I have a conditional statement to check if $foo boolean is set, the trouble is that the $foo boolean doesn't get set until the footer is loaded. Any way to retroactively check the status of this boolean?

© Stack Overflow or respective owner

Related posts about php

Related posts about html