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…
In this tutorial, we are going to show you, how you can copy or move a folder from one storage to another storage folder in…
In this tutorial, we will teach you how to send email from a hosting email address using SMTP in PHP. Recently, Google has disabled its…
Laravel soft delete allows you to enable some models that will not be permanently deleted by just calling the delete() method. Instead, you need to…