Page 17 of 56

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 […]

How to remove HTML Entities WordPress

Last updated on January 4th, 2023 at 06:27 pmIt is annoying to see your WordPress post displaying HTML Entities instead of actual code results. For example it will display & gt; for > and & lt; for < symbol. How to fix this without using a Plugin. The function below is not that greatly done […]

« Older posts Newer posts »