Select Page
What is a web address?

What is a web address?

A web address, also called a domain name, is the starting point of a web presence. They’re registered for minimum duration of 1 year upto 5 to 10 years in depending on the extension. A dot TZ can be registered for 5 years where as generic ones like a dot COM can be...

Generate 4 character random string in MySQL

Recently, I needed to generate 4 digit random PIN number. Instead of exporting things out, making changes and doing things manually, or writing some code to do it — I decided to just use MySQL itself for the job. UPDATE contacts SET code = concat(...