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,…
Freelance Status is a tool for freelancers to update clients about their work progress. You can download it for free. Technologies used Features In “Freelance…
In one of our blog post, we capitalized the string in PHP. In this, we will show you, how you can capitalize the string in…
In this blog post, you will learn how you can capitalize a string in PHP. We will not use any external library for this purpose.…