Click here to Skip to main content
15,891,698 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
How to display data in Pdf Report in PHP.
This data is coming from MYSql Database.
Please help me out from this problem.
Posted

 
Share this answer
 
Comments
Member 8533630 1-May-14 5:24am    
I have checked these sites.but dynamic data is not displaying on report only static values are displaying.Please help me.
this pdf report problem is solved.
Now in my data there are some HTML tags are coming like <br> <li>
I am using html2fpdf plugins for generating report.
I want to display this text with proper html format .How can I display this text.
This is my content
$pdf->Cell(10,10,$select_records->TestPrerequisite,0,0,'L')
$select_records->TestPrerequisiteRight now its displaying with <br>,<li> instead of displaying i want to use this tag in proper format.

Please help me out of this problem.
 
Share this answer
 
Comments
Member 8533630 5-May-14 7:50am    
How to generate proper layout in PDF Report.Like I want to display data in tabular format.
Please help me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900