[PHP] header gives different results with post

2002-12-09 Thread Ellen Cyran
When I submit a post to the following page rather than a get the download screen in IE 5.5SP2 appears twice. Is there any way around this? I definitely need to use post since the length of the string being sent is fairly long. header("Content-type: application/octet-stream"); header('Con

Re: [PHP] header gives different results with post

2002-12-09 Thread Ellen Cyran
RFC 2183. On Monday 09 December 2002 08:18 am, Ellen Cyran wrote: > When I submit a post to the following page rather than a get > the download screen in IE 5.5SP2 appears twice. Is there > any way around this? I definitely need to use post since the > length of the string b