Posted by Olaf
May 27, 2010
Many web applications output documents like invoices, contracts or just web pages in the PDF format. There are a few PHP classes which are able to create PDF documents online, one of them is TCPDF. This tutorial is about how-to use the TCPDF class while creating a simple invoice document. If you like to take [...]
Posted by Olaf
May 12, 2008
This is part two of the article “Database management with phpMyAdmin” a review of the book “Mastering phpMyAdmin” and the open source software phpMyAdmin. The PMA relational system In MySQL there is no native function to create relations between several database tables. Using the InnoDB database type makes it possible to link with foreign keys [...]