Re: Fw: [PHP] question about Location

2002-09-06 Thread Marek Kilimajer
Put your code that takes care of the post before the line 2, output the header and exit. Like this ? if($_POST['submit']) { do what needs to be done header(Location: nextpage.php); exit; } include start_html.php Meltem Demirkus wrote: I tried , but it is

Re: Fw: [PHP] question about Location

2002-09-06 Thread adrian murphy
make sure there is no whitespace before first ? - Original Message - From: Marek Kilimajer [EMAIL PROTECTED] To: PHP [EMAIL PROTECTED] Sent: Friday, September 06, 2002 11:34 AM Subject: Re: Fw: [PHP] question about Location Put your code that takes care of the post before the line 2