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…
If you are developing an application in PHP or any of its frameworks (e.g. Laravel) where you are allowing users to upload videos, and you…
If you are using the DataTable Javascript library and are having trouble searching in all fields of the dataset except for the only one visible,…
If your CMD is picking the wrong version of PHP and you are tired of fixing it via Homebrew, then this article is for you !!!
Sometimes you have to call the class method from the PHP variable. Let’s say you have a class with few functions with arguments. Then you…
Demo A clone of TrustPilot website is created in PHP and MySQL using Laravel framework version 11. For frontend rendering, I am using Vue JS…
A Job Portal website is created in PHP and MySQL using MVC architecture. MVC stands for Model-View-Controller and this architectural design is used by many…
In this article, we are going to teach you, how you can record and save audio from web using Javascript. For saving audio files, we…
In this tutorial, I am going to show you, how you can use Gmail SMTP for sending emails in PHP. Video tutorial – Gmail SMTP…