// video library
My YouTube Videos
A curated collection of tutorials, walkthroughs, and coding sessions. Watch, learn, and level up your frontend skills.
This tutorial provides a step-by-step guide for beginners on how to create a basic website layout using HTML and PHP. It demonstrates how to structure and connect essential components like the header, menu, and footer to build a functional home page.
This video provides a step-by-step tutorial on how to upload images to a web server using an HTML form and PHP backend logic. It covers essential steps like setting the correct form encryption type and using PHP functions to move uploaded files to a specific directory
This tutorial explains the complete process of connecting a simple HTML form to a MySQL database using PHP. It guides you through creating a database and table in phpMyAdmin, building the frontend form, and writing the backend PHP script to handle data insertion.
This video tutorial demonstrates how to fetch and display data from a MySQL database on a web page using PHP. It covers establishing a connection, executing a SELECT query, and using a while loop to iterate through and print the results.
Get started with server-side programming. We build a simple CRUD app connecting a PHP backend to a MySQL database — no frameworks needed.
Master version control — commits, branches, pull requests, resolving merge conflicts, and a clean branching strategy for team collaboration.