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…
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…
Getting file extension from file name or path can be done in Javascript and PHP. I will show you the steps to get the file…
Previously, I wrote an article on how to compress images in Node JS. In this article, we will discuss how you can compress an image…
In this article, we will teach you, how you can get user location in PHP. We have a users table where we are saving the…