Hi Forum,
What is the best way, without a bunch of programming,
to clear contents from a page before using the include
or require function in php?
I am simply wanting to load an error page based on the
current page results, but want the current page results
cleared first. I don't seem to do very well yet with the
Header calls in php.. So i'm hoping to do this without the
use of calling header for the page I want.
I wish php had a better way of loading pages other than
header calling..
Thanks In Advance for any help on this issue..