hi all dp members i want to take data from mysql database and i want output from the table in pdf format m so worried anybody can help me???????? e.g table name- > student Select * from student i want student information from student table in pdf format how it can ? please help me thanks
There are PHP extensions and libraries that will be able to do this. You should first get the data to PHP then use a HTML to PDF converter to get the output as pdf. This link might be useful for you : http://www.sitepoint.com/generate-pdfs-php/
You can output a pdf file (which, to the user, will be an "open or save" selection if the user hasn't previously decided that all pdf files get saved or opened) very easily by using Pear's File_pdf.