Today, I will share with you my story: how I started with PHP, switched to Node.js, developed many projects in Node.js, but after a few…
If you see a WordPress site, you will notice that at the bottom of the blog listing page, there will be links to next and…
I was looking for a tool that allows me to write API documentation so I can provide it to the frontend developers and also for…
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…
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,…
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.…
JWT (Json Web Tokens) can be used for user authentication. They are token-based. First, you need to encode the token and send it to the…
Real estate business that requires a website for their business, we are providing a free website for them in PHP and MySQL (Laravel framework). Screenshots…
Check if string is valid JSON array or object in PHP using PHP build-in functions. There are 2 ways to check the validity. 1st method…