I am trying to do a FPDF and after successfully retrieving my Days it gives me this output of 6.0 (shows 6 in database)
Here is my code:
$pdf->Cell(65,12,($rst{'DayDiff'}));
Ouput of Code is 6.0
I want it to be only 6
Is there also a way to add text before my result to show what it means?
I want it to be....
Issue Day: 6
Any Help is Greatly Greatly APRRECIATED.