PHP Contact Us Form in PHP – Info PHP Jul 25, 2018 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…
PHP Calculate How Many Days in A Month Using PHP – Info PHP Jul 25, 2018 Introduction In this article I explain the "cal_days_in_month()" function in PHP. This function returns the number of the days in a month for the…
PHP Scope Resolution Operator In PHP – Info PHP Jul 25, 2018 Introduction This article explains the scope resolution operator in OOP using PHP5. The scope resolution operator, or in less complicated terms, the…
PHP Introduce Type Hinting In PHP5 – Info PHP Jul 25, 2018 Introduction This article explains type hinting using PHP5. PHP5 introduces type hinting. Functions square measure are currently able to force…
PHP Zend Framework2 In PHP – Info PHP Jul 25, 2018 Installation This article explains the Zend Framework 2 installation using the Wamp Server in PHP. The Zend Framework 2 installation is very simple…
PHP Generator in PHP – Info PHP Jul 25, 2018 Introduction This article explains Generators in PHP. Generators provide simple iterations without the overhead or complexity of implementing a…
PHP Object References In PHP – Info PHP Jul 25, 2018 Introduction This article explains Object References in PHP. Object references were introduced in PHP5 and one of the important featrures of PHP5 OOP…
PHP Update Profile Name With jQuery And Ajax In PHP – Info PHP Jul 25, 2018 Introduction This article explains how to update a profile name with jQuery and Ajax in PHP. This is very simple. First you will design a database and…
PHP Create A Comment Application In PHP – Info PHP Jul 25, 2018 Introduction In this article I will create a comment application with Angular JS in PHP. For this application first of all I will create a table in…
PHP Publishing MySQL Data With PDO Extension In PHP – Info PHP Jul 25, 2018 Introduction This article explains publishing MySQL data with a PDO extension in PHP, the PHP Data Object (PDO) extension in PHP. The PDO extension…