Fatal error: Cannot redeclare randalphanum() (previously declared in /home/willbcco/public_html/bccms/functions.php:104) in /home/willbcco/public_html/bccms/functions.php on line 112
Now line 104 and line 112 is the whole function line 104 is
This error is caused when the function is declared more than once. I don’t see anything in the code you provided that would cause this error. Look to see if you have declared the function anywhere else on the page. This includes declarations that are part of a script pulled in through include() or require(). If the same script is included twice it will also cause this error.
Using a text editor which allows multiple files to be searched at the same time search all the files in the folders for the app concerned for “function randAlphaNum”