How to Send HTML Emails with the PEAR Mail Library and PHP
This article walks you through setting up a PHP PEAR installation on a Ubuntu server with the ability to send HTML emails via SMTP.
This article walks you through setting up a PHP PEAR installation on a Ubuntu server with the ability to send HTML emails via SMTP.
Learn how to minify HTML output with this simple PHP script to improve web page load speeds and provide a better user experience.
This article answers the question 'What is PHP?', and dives into some PHP history, common uses, and how PHP works with code samples to get you started.
Use Memcached with PHP to improve web page load times, especially with database-intensive and dynamically driven applications.
PHP has three different types of arrays to work with: indexed arrays, associative arrays, and multi-dimensional arrays.