In this blog post, we will discuss, how you can show or hide an input field for password using plain HTML and Javascript. This is…
Let’s say you have a webpage where you want to show an anchor link to the user that will redirect the user to his previous…
Suppose you have a database where data of all players of any sports team is stored. Every player has a name and a shirt number.…
In order to check if a URL is valid in PHP, we are going to use the cURL. You can get the complete reference on…
Suppose you have custom post type in WordPress that you want to sort such that it displays the first created post on top. By default,…
In order to send money from remitly.com to NayaPay (Pakistan), you need to follow the following steps. Step 1: Create an account First, you need…
In this article, I will show you, how you can generate a random string in PHP. You can set the length of random string. Also,…