Browsing Category

PHP

Contact Us Form in PHP – Info PHP

Introduction In this article I show how to create a "Contact Us" form in PHP. This form is very simple and anyone can use this to help understand…

Zend Framework2 In PHP – Info PHP

Installation This article explains the Zend Framework 2 installation using the Wamp Server in PHP. The Zend Framework 2 installation is very simple…

Generator in PHP – Info PHP

Introduction This article explains Generators in PHP. Generators provide simple iterations without the overhead or complexity of implementing a…