is it possible to redirect other than in the header? eg if i have code like:
if (....) { redirect}
else {}
the only other ways are either using javascript window.location or meta refresh.
as long as there hasnt been a call sent to the browser before the header() function is used (like <html> tabb)