No, you can't simply put more "u"-s in the title. The way the url works is php picks up the "u" at the end of the link as a variable.
The syntax is blah.php?var1=blah&var2=blah&var3=blah
so you can't have more than one "u" in there or wrong syntax (&u=##=## won't work because you have two "="s)
Instead try:
forum.com/private.php?do=newpm&u=22;12;44 << that would make more sense. If that doesn't work try using a comma.
|