Tutorial on how to use Google API PHP. Google provides a variety of useful APIs for web developers and desktop applications to take advantage of the features of their product. Google itself has provided a PHP library that can be used to access its ...
PHP
How To Upload Image Using PHP, AdminLTE Framework And JQuery Plugin For Beginner
Not long ago, a visitor was asking how to upload an image in PHP on AdminLTE Framework. He asked how to upload and save images to a MySQL database with Blob data type. Storing images into the MYSQL database is not the right way in my opinion as it ...
CodeIgniter Tutorial How To Make Rest API ( Server And Client )
This CodeIgniter tutorial will discuss how to create Codeigniter REST API from both server and client-side. CodeIgniter has several libraries that support and easy to create REST APIs application. Currently, REST API becomes a communication method ...
Simple CRUD Apps With Codeigniter Tutorial For Beginners
Continuing my two previous CodeIgniter tutorial articles. On this occasion, I will discuss how to create a simple CRUD application using CodeIgniter framework for beginners. Codeigniter is a PHP framework that is suitable for beginner. All libraries ...
How To Send And Retrieve JSON Data PHP CURL Post Example
Here is a brief tutorial of PHP CURL Post Example to send JSON data. If you want to create a Rest of the PHP API without using any framework, I will give a short tutorial how to send JSON data PHP using curl and receive post data on the API ...
How To Remove Index php Url Path Codeigniter
The default URL display in the CodeIgniter app is not good to see because there is an index.php path. To remove index.php URL path CodeIgniter simply add a script to the .htacces file. Consider the following short tutorial.Read another tutorial: ...