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);
>
>
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("
2 matches
Mail list logo