Re: [PHP] pdf with POST

2002-05-31 Thread Miguel Cruz
On Fri, 31 May 2002, Josep R. Raurell wrote: > I do a pdf with a lot of variables from a form, with a GET method. > > After make the pdf (in the same script) I sent the headers and the user > can see the document in your browser: > >$data = $albara->retorna(); >$len=strlen($data); > >

[PHP] pdf with POST

2002-05-30 Thread Josep R. Raurell
Hello. I do a pdf with a lot of variables from a form, with a GET method. After make the pdf (in the same script) I sent the headers and the user can see the document in your browser: $data = $albara->retorna(); $len=strlen($data); header("Content-Type: application/pdf"); header("