html2pdf

một số link tham khảo http://html2pdf.fr/en/example http://www.tcpdf.org/fonts.php http://wiki.spipu.net/doku.php?id=html2pdf%3aen%3av3%3afont http://fpdf.org/en/tutorial/tuto7.htm http://www.yaronet.com/en/po ...

PHPMailer

Q: SMTP Error: Could not connect to SMTP host A: In my case it was a lack of SSL support in PHP which gave this error. So I enabled extension=php_openssl.dll $mail->SMTPDebug = 1; also hinted towards th ...