PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I currently have a database with transactions that customers have made. I would now like to be able to dynmaicly generate a PDF invoice with this information in. Currently i am just using a PHP page and the user has to print the page, but i would like to add the 'Generate PDF' feature to the project. Could i not just change the current invoice page to automaticly make the invoice? As it is an invoice it will need to include formating such as tables and images also.
I currently have a database with transactions that customers have made. I would now like to be able to dynmaicly generate a PDF invoice with this information in. Currently i am just using a PHP page and the user has to print the page, but i would like to add the 'Generate PDF' feature to the project. Could i not just change the current invoice page to automaticly make the invoice? As it is an invoice it will need to include formating such as tables and images also.