//USERNAME TO PM TO (separate multiple usernames with a ';')
$formpmname = "SeQual";
Instead of putting
$formpmname = "user1;user2;user3";
I wanne put a variable in there
$formpmname = "$pmmembers";
But the people in the variable don't get a pm, only works if I put the usernames in manually.
The variable is correct tho, when I show variable in the form itself (form from newthread_start) it shows the usernames.
Members this will get pm'd to: SeQual;user1;user2
(SeQual;user1;user2 is in variable $pmmembers)
any idea's?