Encrypt Passwords in the Database
-5
Convert a decimal symbol to a binary
-5
Displays the hex value for an HTML color given the decimal RGB values. Uses Internet Explorer to show the hex value in the color itself.
-5
Validating the email address
-6
If you're asking your users to submit a password of 6-12 characters, you want to make sure it is done properly and without any special characters which could compromise your system.
To do this, you would want to use regular expressions
To do this, you would want to use regular expressions
-7
Check if a user is logged in or not
-8
The following ASP code will allow you to Count and Display the amount of visitors that are currently on or viewing your website.
You will have to save this ASP code into a file called 'global.asa', which must be uploaded to the root of your webserver.
You will have to save this ASP code into a file called 'global.asa', which must be uploaded to the root of your webserver.









