Page 18 of 57

How to Create a Secure PHP MySQL Login Script Using Sessions

Last updated on June 24th, 2025 at 09:57 amIf you’re building a website with user accounts, having a secure login system is essential. In this step-by-step guide, you’ll learn how to create a PHP login system using MySQL and sessions — the right way. We’ll use prepared statements, password hashing, and session handling to ensure […]

How to build user registration system with PHP MySQL

Last updated on August 27th, 2024 at 09:09 amUser registration can be found in almost all website. But how a developer creates one? We are using password hash in this tutorial. Thousands of methods to do it but here I am going to share a simple approach of having a user registration feature added to […]

How to enable PHPMyAdmin Authentication

Last updated on January 11th, 2023 at 02:27 pmEnable authentication for PHPMyAdmin is the next big step you need to take once you have installed XAMPP, LAMP , WAMP or PHP application with Nginx. I am doing the below steps on Ubuntu. Same can be followed in RedHat/CentOS/Amazon Linux etc., Note: You may also follow […]

How to create fullscreen video background using CSS

Last updated on April 11th, 2022 at 07:22 pmIn this tutorial we are going to see how to create a full page video background with autoplay and loop using CSS and HTML5. A webpage with video background is one of the latest designs trends we come across in most modern websites. You might be wondering […]

« Older posts Newer posts »