Re: [PHP-WIN] Setting redirect after HTTP upload

2004-08-04 Thread Sudeep Zamudra
Hi, You cannot use header function if u want to output anything on that page. If you still want to redirect the page. Use at the top of the page. .SuDeEp. Mikey <[EMAIL PROTECTED]> wrote: Hi NG, Was wondering if anyone knew how why my code would fail to re-direct to another page an

Re: [PHP-WIN] Setting redirect after HTTP upload

2004-08-04 Thread Justin Patrin
On Wed, 4 Aug 2004 14:35:41 +0100 (BST), Mikey <[EMAIL PROTECTED]> wrote: > Hi NG, > > Was wondering if anyone knew how why my code would fail to re-direct to > another page and whether this may be related to the fact that I have done an > HTTP upload? > > On several pages, I perform a dB update

[PHP-WIN] Setting redirect after HTTP upload

2004-08-04 Thread Mikey
Hi NG, Was wondering if anyone knew how why my code would fail to re-direct to another page and whether this may be related to the fact that I have done an HTTP upload? On several pages, I perform a dB update and then re-direct to another page using: header ("Location: /some_url.php\n\n"); // \n