The foreach loop was my first attempt which didn't work either. It was giving exactly the same results. It looked like everything was working as the correct values were being echoed to the screen but on checking only some users were being updated.
So in theory there is nothing stopping the datamanager save command working within a loop? If not then I'll keep experimenting! So glad we're allowed a testvb install
Actually, just checked and my foreach was as;
PHP Code:
foreach ($awardarr as $awardval)
{
Just trying your suggestion.
--------------- Added [DATE]1234436902[/DATE] at [TIME]1234436902[/TIME] ---------------
Unfortunatly same result.
There is something about the loop that it doesn't like. I'll keep digging, but figured I'd post here incase it's something I'm doing really silly.