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…
End-to-end encrypted chats are more secured than the ones where encryption is done on the server side. Because the messages get encrypted even before sending…
In this article, we are going to tell you, how you can decode HTML entities in your WordPress post using PHP. For example, if you…
In this tutorial, we will teach you how to show WordPress posts in your PHP website. Make sure you run this code from inside your…
In this article, we will teach you how to have adult image validation in your PHP website. Suppose you are creating a website where you…