Start typing to search articles...

Navigate Enter Select Esc Close

PHP

52 articles about php development, tools, and best practices

A PHP Mail Class

Below is a Mail class I created in PHP, it requires 4 arguments on initiation of the class via the constructor and uses the method ->send() to send …

Read Article →

PHPExcel Class Usage

I just finished adding an export xls (excel) export feature to a web application.

I used the PHPExcel Class from CodePlex, its really great to work …

Read Article →

Send Email PHP Function

Ever find yourself typing the headers into the php mail() function over and over again?

Try using a standard function and calling it when you need to …

Read Article →