php

Beginner Guide To Creating WordPress Block Plugins
Beginner Guide to creating WordPress block plugins to efficiently build creative UI addons enhancing your website.
Guide For Installing WordPress on IIS
Step by step complete guide for installing WordPress on IIS in a Windows system including detailed prerequisite configurations.
Upload Image Files To PHP Server In Android Using Retrofit
Use Retrofit in Android Compose to upload an image file to a hosted PHP server.
Push Notifications With Firebase Cloud Messaging From PHP
In this post I will show you how you can implement Firebase Cloud Messaging on your PHP server to use in your app to push notifications to users.
Integrate PHPMailer To Use In IIS Without Composer
This post will show you how to add PHPMailer to your IIS PHP configuration without needing to utilize Composer.
Create Your Own DotEnv In PHP Without Composer
I will show you a way to create your own DotEnv for PHP without needing Composer.
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.
Authenticator For Retrofit In Android To Handle JWT Authentication
I will show you an example of how to create a custom authenticator for Retrofit in Android to handle user authentication using JWT.
Asymmetric Encryption and Decryption in PHP
In this post I will demonstrate a sample of encrypting and decrypting text using asymmetric encryption in PHP.
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.