Category: General

How to create a YouTube video downloader using PHP?

Are you tired of trying different youtube downloaders and with all their limitations? Or you might be tired of seeing all the tutorials that are using the “https://youtube.com/get_video_info” parameter which doesn’t work anymore? Well, not …

How to Send HTML form data to email

Providing a contact form or any other form on a web page is super easy. But how do we collect the user’s data submitted in the form? In this article, we will talk about how …