Hello,
Pls help me with this.
I want to output data from database(mySql) .Output them in pdf form using FPDF (like a report). My problem is that, Not all the data from the db are being outputted. Just a first(5 cells) is showing. I dont know how to fix this anymore. pls help me..am just a newbie.
Here is my code....
Code:
<?php

require('fpdf.php');

class PDFz extends FPDF
{
function
...