Hi everyone,

I have a question about clearing or resetting headers.  My script executes a
function based on the variables passed to it, such as:

events.php?action=add

However, when the function is finished, I need to redirect to "events.php"
with no variables, because refreshing the page causes another event to be
added.  I tried:

header("Location: ./php/events.php");

But that did not reset the headers.  Any tips?

-Erich-




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to