Page 18 of 58

How to create custom right click menu using Javascript

Last updated on November 28th, 2022 at 07:16 pmIn this tutorial you will see how to add a custom / context menu to your web page using javascript. Let us get started. There are mainly 2 files they are menu.CSS and menu.JS . Right click menu is enabled only on DIV section that we specify. […]

How to send an HTML email with attachment using PHP

Last updated on June 9th, 2022 at 11:39 amSending an email with attachment from your website is really a great add on. To enhance the user experience let us add some HTML content as well. Usually an email configuration is required if you have a contact us page where you want visitors to attach any […]

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

« Older posts Newer posts »