How can you execute a redirect using php from within an HTML document, without using javascript? Is it possible, would you have to put some php command in the <head></head> section? If I try to use header() function, it says error: header has already been sent...