If you are using WordPress, you will notice that when you upload an image media, it creates multiple images of different resolutions. In this article,…
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,…
In Laravel, generally, you can send the response back to the client only from the method that was directly called from the route. But there…
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…
In this htaccess tutorial, you will learn how to create custom routes. You will also learn how you can prevent file listing using htaccess. Video…
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…
In this article, you will learn how to convert UTC datetime to user’s local timezone using Javascript. Your database is centralized, but your user’s are…