I can't thank you enough...
Just got it working with:
PHP Code:
$recipients[0] = 1;//UserID of admin
which before was [0]['userid']
And these options:
PHP Code:
$options['nl2br'] = true;
$options['skipDupCheck'] = true;
$options['skipNotification'] = true;
$options['skipFloodCheck'] = true;
Now on to the next task - having the script create a user account.
Thanks again for the help!