Tutorial Get Started With CRUD Operations in PHP MySQL Databases Nov 27, 2018 In this article, we’re going to explore how you could use a MySQL database to perform CRUD (create, read, update, and delete) operations with PHP. If…
PHP Insert Value From CheckBox In Database (MySQL) In PHP – Info PHP Jul 25, 2018 In the last article you saw how to insert a value from a radio button in the MySQL database in PHP. Now in this article you will see how to insert a…
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…
PHP Fetching Data From MySQL With Ajax In PHP – Info PHP Jul 25, 2018 Introduction This article explains fetching data from MySQL with Ajax in PHP. To do that you will first create a table and store some data in it for…
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 Login Service In PHP And MySQL For Android Applications – Info PHP Jul 23, 2018 Generally a service is one type of intermediary for communication between multiple different technologies, so here we will make a service which is…
PHP Export To Excel In PHP With MySQL – Info PHP Jul 23, 2018 Hello everyone. Today in this article, I will explain to you about exporting the reports in Excel format using PHP and MySQL. So, I will create one…