MarcoH64, I've found it found it!!! A simple array. This thing should really be a sticky somewhere. Thank you for your help! :up:
PHP Code:
// ****** DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$users[] = 'xxxxxxx';
$users[] = 'xxxxxxx';
$users[] = 'xxxxxxx';
$users[] = 'xxxxxxx';
$users[] = 'xxxxxxx';
$users[] = 'xxxxxxx';
$dbusername = $users[ rand(0, (count($users) - 1)) ];
$dbpassword = 'xxxxxxx';