This is a random password generator in PHP.
It utilizes the "str_shuffle" function of PHP to shuffle a string that contains characters and numbers which are generated randomly every time. This logic can be used in almost all programming languages using equivalent functions of the language.