Hi all,
i understand that php header needs calling before any output.
i made a mistake and used it after an include which did output some html which gave the error.
but when testing on localhost with exact same code the header location redirect worked fine with no error?
any idea how?