Last updated on March 7th, 2022 at 06:00 pmShow or hide password inside input field using Javascript Have you ever imagined how to display text inside a password input field to the users so that they can crosscheck whether they have entered the right password? I hope you might have noticed in Facebook mobile web […]
Page 16 of 56
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. […]
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 […]