How to Embed Google Form in Your Website ??

In this post, we are going to learn to embed a Google Form in our website. We will embed a PHP script in our view file. The PHP script which we have embedded in our page will redirect to the... Read more

Get Geo Location Details of Client using PHP

In this post, we will be learning to get the geo location details of client using PHP. We use API from geoplugin.net to get the geo details of a location based on the IP Address which request the page. Here... Read more

Encrypt/Decrypt String using a Private Secret Key with PHP

In this tutorial, we are going to learn how to encrypt and decrypt a message using a private secret key with PHP.   <h1 style="text-align: center;">Encrypt/Decrypt String using a Private Secret Key with PHP</h1> <?php function encrypt($message, $encryption_key){ $key =... Read more

Realtime Air Quality Index (AQI) Fetch API

Air Quality Index
Full Source Code for Fetching Realtime Air Quality Index (AQI) based on location. <style> .wrapper{ display: flex; flex-wrap: wrap; } .green{ background-color: green; } .orange{ background-color: orange; } .gray{ background-color: #615f5f; } .yellow{ background-color: yellow; color:#000 !important; } .red{ background-color:... Read more

Complete guide to Free Daily Horoscope API using PHP

A complete guide on how to use free daily horoscope API using PHP Read more