mysql

Guide For Installing WordPress on IIS
Step by step complete guide for installing WordPress on IIS in a Windows system including detailed prerequisite configurations.
MySQL DELETE SubQuery Returns More Than 1 Row
This post I will show you how you can create a MySQL DELETE query with a subquery that returns more than 1 row as its result.
Simplify Complex MySQL Queries Using JOIN Clause Statements
In this post I will show you a sample of how to use JOIN statements in MySQL to simplify your queries.
Working With JWT Authentication In Android And A PHP Server
I will show you a sample project of working with JWT Authentication in Android and a PHP Server.
Http Interceptor For Retrofit in Android To Encrypt Communication
In this post I show you how I implemented a custom Retrofit Http Interceptor for encryption in Android to communicate with a PHP server.
MySQL Communication With Android
In this post I will show you how to implement Android communication with a remote MySQL server via PHP.
Access MySQL From Android
Android accessing your own hosted MySQL database.
Create Remote MySQL Databases
This post is a brief example of starting to work with MySQL databases for your projects.