Hi
I am writing a Wordpress plugin.
I want to perform a redirect (after creating DB records from POST data, etc...) to other ADMIN page.
Neither header("Location: ...) nor wp_redirect() work - i get
Warning: Cannot modify header information - headers already sent by
which comes from obvious reason.
How do I properly perform a redirect in a Wordpress?