Does anyone know a method to generate PDF reports automatically and daily from MYSQL data base. and it has to be sent to email accounts of the users. It must be free. I am using WAMP server only.
Reports using MYSQL
Moderator: General Moderators
Reports using MYSQL
hi all:
Does anyone know a method to generate PDF reports automatically and daily from MYSQL data base. and it has to be sent to email accounts of the users. It must be free. I am using WAMP server only.

Does anyone know a method to generate PDF reports automatically and daily from MYSQL data base. and it has to be sent to email accounts of the users. It must be free. I am using WAMP server only.
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: Reports using MYSQL
Access MySQL: http://us.php.net/manual/en/book.mysql.php
Make PDF: http://php.net/manual/en/book.pdf.php
Send Email: http://us.php.net/manual/en/function.mail.php
Every Day: http://support.microsoft.com/kb/308569
Let us know if you have any questions.
Make PDF: http://php.net/manual/en/book.pdf.php
Send Email: http://us.php.net/manual/en/function.mail.php
Every Day: http://support.microsoft.com/kb/308569
Let us know if you have any questions.
Re: Reports using MYSQL
Thank you for your reply. I will check these and inform you.Jonah Bron wrote:Access MySQL: http://us.php.net/manual/en/book.mysql.php
Make PDF: http://php.net/manual/en/book.pdf.php
Send Email: http://us.php.net/manual/en/function.mail.php
Every Day: http://support.microsoft.com/kb/308569
Let us know if you have any questions.