Hi,
I have implemented HTML2PDF and it works fine.
The problem is that, i am using PHP loop to generate HTML form and fill data in form in same loop.
Actually this loop depends on the number of students. If student is more then one, then PDF is not properly generated.
If there is only one student (means one form for student) then pdf generated fine with all data belongs to that student.
But if students are more suppose 3 students (3 forms for 3 students) then form structure in PDF is fine but data in all forms are same (means first student data is displayed in all forms).
If i display HTML form directly for more students, then correct data is displayed for all specific students in there corresponding forms. I have also tried to clears all variables which contain data, but no success.
Please help me.........