I'm setting up an fpdf script where I use lots of variables. Some contain commas (,) and apostrophes (') when using these strings in the command cell() I get an unexpected t_string error.
I'm not sure but I think it's the apostrophe that triggers the error.
How can I bypass that?
Examples for such commands:
Code: Select all
//example:
$pdf->Cell(0,0,'69, Route d'Esch');