PHP

PHP Form Mailer Example

As a Web Developer, a common task you may be asked for is to create a contact form. PHP has tools that make it easy to send mail from your […]

PHP Singleton Design Pattern

Often you have some data and functions you want to use in your application. Perhaps a WordPress theme file that contains some shared data and logic. The Singleton pattern is […]