How do you make a table like this with FPDF using PHP?
I can’t seem to figure out how to do this with $this->Cell.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
FPDF does not recognize
rowspanorcolspan. Here is a workaround that you can try, using empty cells and theborderattribute forCell.and the result would be –
