I am using mysql & php.
I have table in mysql named "act" contains 4 fields
id, name, marks, domicile.
In table it contains data.
I want to create a pdf file using php in which all the data is available.
how it is possible? please help
Adil
Creating PDF?
Moderator: General Moderators
Re: Creating PDF?
There are a number of classes and extensions freely available. FPDF, Zend_Pdf, just to name two. Your best friend can help a lot.
Re: Creating PDF?
I recommend tcpdf ( http://www.tcpdf.org ) which is free for commercial usage unlike Adobe's PDFlib.