I'm using FPDF to create a PDF in PHP. This works fine in Chrome, but doesn't work properly in Firefox.
I'm guessing Firefox is getting this extra number from the URL? This is NOT a big problem, but I would like it to be consistent across browsers. Here is my code:
$pdf = new Fpdf();
$pdf->setTitle("Order-$id");
$pdf->SetAutoPageBreak(FALSE);
Chrome
Firefox