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…
PHP Insert Multiple Checkbox Value in Database Using PHP – Info PHP Jul 24, 2018 IntroductionThis article explains how to store multiple checkbox values in one column in a database in PHP.ExampleIn this example, we implement…
PHP How to Create Blog Website Using WordPress: Part 1 – Info PHP Jul 24, 2018 Introduction Today I'll show to you how to create a blog web site using Wordpress. Part 1 Install Wordpress. Convert HTML theme to Wordpress.…
PHP File Handling in PHP: Scene 1 – Info PHP Jul 24, 2018 Like other languages, PHP also has file handling as an important part of web applications that allows us to manipulate files using several functions…