Structure of parameters in POST

Re: Structure of parameters in POST

i le Jackie Smile -
Number of replies: 0

OK I found that one too...

where it says: $params ) array( 'users' => $users );  it should instead be $params = array($users);

The explanations on the web are really confusing about when to put it into an array and if there should be a key or not..