How to retrieve the data from array like this :
$module = array(array ( [module_id] => 1 ),
array ( [module_id] => 2 ),
array ( [module_id] => 3 ),
array ( [module_id] => 4 ),
array ( [module_id] => 5 )
);
I just want to retrieve the value (1,2,3,4 or 5) and save to string variable