[PHP] Re: Header order

2003-03-16 Thread John Taylor-Johnston
You do have to declare the headers first !!?? John Taylor-Johnston wrote: > For the record, am I declaring these in the correct order? > Thanks, > John > > > header("Content-type: text/notabene"); > header("Content-Disposition: attachment; filename=".$dbtable.".nb"); > > ob_start("ob_gzhandler")

[PHP] Re: Header order

2003-03-16 Thread John Taylor-Johnston
You do have to declare the headers first !!?? John Taylor-Johnston wrote: > For the record, am I declaring these in the correct order? > Thanks, > John > > > header("Content-type: text/notabene"); > header("Content-Disposition: attachment; filename=".$dbtable.".nb"); > > ob_start("ob_gzhandler")