
Install Apache, PHP and MySQL on Windows
Learn how to set up PHP, MySQL, and Apache server on Window platform, In simple steps with a screenshot for reference.

Install latest version of PHP 7.3 on Ubuntu
Learn How to install Latest version of PHP 7.3 on Ubuntu using a terminal.

Connect to WebSocket on Android using OKHTTP
Learn how to create a WebSocket connection in your Android Application and get data from the socket in your Android Application.

GET And POST request using OKHttp in Android Application
n this post I will explain to you how we can send GET And POST request using OKHttp in Android Application. In my last post, I will explain how we Continue Reading

Create and Read Excel File using PHP
Learn how to create and read data from Excel (.xlsx) file using PHP plugin PHPspreadsheet.

Configure Swoole PHP on your Cloud Server
Learn how to install and configure Swoole Async/Sync Framework for PHP. And scale your application to handle a large amount of traffic.

Display Browser Notification Using Web Notification API
Learn how to implement web and mobile browser notification using Web Notification API.

Secure CakePHP web services using JWT
Learn how to implement JWT (JSON Web Token) in CakePHP 3 Application without making a change in your current application. And also check live demo API build using JWT plugin in CakePHP. With the help of this tutorial, you can secure your Web Application API.

Configure Google PageSpeed with NGINX
Learn How to install NGINX, PHP, and MySQL on Server and also learn how we can add PageSpeed Module on NGINX server and also learn the configuration of PageSpeed Module on NGINX.

Upload Files to Digital Ocean Space in CakePHP 3
Learn how to setup and working with Digital Ocean Space using CakePHP 3 Framework tutorial.

Setup and configure Sphinx Search Engine – Part 1
Sphinx is one of the best open source search engine which is design for full text search. Sphinx design to perform full text search on the database with high performance and relevance search result.

Add google analytics e-commerce tracking
Learn how to implement Google E-commerce transaction tracking in your E-commerce platform