I have the following code returned by print_r
. Return values I need to take the number nine and pass it to a variable.
My question is, how do I take that nine put it into a variable?
Array ( [0] => stdClass Object ( [MAX(userID)] => 9 ) )
Thank you for you reply.