Posted by J.O. Aho on 10/08/07 04:17
Jack wrote:
> Hi,
> I have a problem that I've been stuck on for while now.
> Here is my code
>
> <html>
> <head>
You see this HTML that is on the top of your page, it will prevent the
header() from work, as it has to be sent before any other output from a script.
You can try with adding ob_start() as the first thing on the page.
--
//Aho
[Back to original message]
|