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 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 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…
I created an online free FTP manager in PHP that allows developers to work on their projects from anywhere. I created this tool in PHP…
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…
Previously we did password less authentication in Node JS and Mongo DB, in this article we will do it in PHP and MySQL. Suppose you…