Last updated on August 30th, 2022 at 06:52 pmIn this tutorial we will discuss on how to replace non alphanumeric characters using JavaScript Just insert the above code within <body> tag and see the magic. Demo
Page 51 of 58
How to prevent cross site scripting in php
Last updated on October 22nd, 2024 at 07:55 amCross site scripting can be dangerous especially when hackers try to exploit a website in PHP that doesn’t validate query strings once passed. In this tutorial I am going to define how to prevent cross site scripting in PHP while using query strings. Let’s define a simple […]
Last updated on November 23rd, 2022 at 01:47 pmThis tutorial is moved to how to loop/cycle background color using Javascript automatically
How to protect a web page using Javascript
Last updated on November 10th, 2024 at 03:39 pmA straightforward code example is provided for implementing password protection on a web page using JavaScript. While it is relatively simple to create password-protected web pages with JavaScript, it is important to note that this method lacks security, as JavaScript operates on the client side and can […]