PHP Cascading Drop Down in Codeigniter Using AJAX – Info PHP Jul 25, 2018 We will be using CodeIgniter, which has been described as "a powerful PHP framework with a very small footprint". CodeIgniter is a PHP-driven…
PHP How to Export MySQL Data Into JSON Format in PHP – Info PHP Jul 25, 2018 Hi guys. Today I will explain how to create or export data from a MySQL database into JavaScript Object Notation (JSON) format using PHP. Note:Now…
PHP Create Push Notifications Using Google Cloud Messaging PHP and MySQL in Android – Info PHP Jul 24, 2018 IntroductionGoogle Cloud Messaging for Android (GCM): Helps the developer send data from servers and send data to our application. In other words…
PHP Create REST API For Android App Using PHP and MySQL – Info PHP Jul 24, 2018 IntroductionApplication Programming Interface (API)An API is good for communication between an app and a server. When we send a user request to the…
PHP YII Framework Installation on XAMPP in PHP – Info PHP Jul 24, 2018 Introduction Yii is a PHP framework for developing large-scale web applications rapidly. Note: the Yii Framework does require PHP 5.1 or above.…
PHP Retrieve, Insert, Update and Delete Functionality in Codeigniter – Info PHP Jul 24, 2018 Introduction CodeIgniter is an Application Development Framework; a toolkit. It has a small performance footprint due to the modular approach to…
PHP How to Install CakePHP in XAMPP – Info PHP Jul 24, 2018 Introduction CakePHP is open source for a PHP framework built around Model-View-Controller (MVC). We started to create a small application that…
PHP View, Insert, Update and Delete Operations in CakePHP – Info PHP Jul 24, 2018 CakePHP is an open source PHP framework built around Model-View-Controller (MVC). We will begin to create a small application that will do some…
PHP How to Use jQuery Ajax Call in PHP Script – Info PHP Jul 24, 2018 beforeSend: When we send a request to the server then before that the beforeSend function will excute. <script type="text/javascript" …
PHP How to Insert Value Into Database in PHP – Info PHP Jul 24, 2018 This article explains how to insert value into a database in PHP. The following methods are used: · $_POST In this example, we implement the…