excel - PHP create a report send with email -
I have a page with dynamic content and it likes the user to send the result as an email attachment Creates Report (PDF & Amp; Excel) What would be the best way to do this?
- For email: PHPMailer ()
For Excel: PHPExcel () - For PDF: DomPDF or Prince
Use Google to search each of these This is a very complicated process, but if you move it step by step then you should be able to understand it. Prince is not free, but looks better than domPDF.
- Create an Excel version of the report on the server.
- Create a PDF version of the report on the server.
- Email the two attached files to the reports.
- Delete files from the server.
- For PDF: DomPDF or Prince
Comments
Post a Comment