MMMd. Moinul Hossaininmmoinulh.hashnode.dev·Jan 15, 2024 · 2 min readPHP Directory FunctionsThe directory functions allow you to retrieve information about directories and their contents. In this blog, you get an overall discussion about it. This is a core concept of php. Official Documentation. When you work with files and directories in p...00
MMMd. Moinul Hossaininmmoinulh.hashnode.dev·Jan 11, 2024 · 7 min readPHP File HandlingFile handling is an important part of any web application. Here I discuss this topic by php. This article is based on PHP official Filesystem Functions. The first step you can try to manipulate files with PHP, you can use readfile() function. readfil...00
MMMd. Moinul Hossaininmmoinulh.hashnode.dev·Dec 27, 2023 · 3 min readDetails of YouTube Video EmbedThe easiest way to play videos in HTML is to use YouTube. <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/7PIji8OubXU?si=5b2y29n6TRPOqO8M" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipb...00