Quote:
Originally Posted by Opserty
Didn't you read the error?
It seems pretty self explanatory to me.
You probably need to add something like:
PHP Code:
$threaddm->set('username', 'Username for Userid #1 or something here');
To the list.
|
Of course I read the error - how else would I know to post the durn thing!?
It just doesn't make sense to me.
I already have:
PHP Code:
$threaddm->setr('username', $uname);
you are using set i am using setr but both flavors give the same result.