Using headers (or some other function)
How do you say "Ok, this page is done with - let's bring up a new page"
Something like the programmer's old friend, "clearscreen(), clrscr() etc."
It seems critical for any application, to be able to clear the screen and draw new contents.
But as you are executing PHP code, obviously things get written - does that mean you have to never send another header for the life of the code?
I doubt it of course - but what simple thing am I missing?
Matthew