num_rows > 0) { $id = 0; foreach ($assetRes as $assetrow) { $id++; $assets = array_merge($assets, array(array($id, $assetrow['AssetID'], $assetrow['AssetName'], $assetrow['IsInServiceCenter'], $assetrow['AssetCategoryTitle'], $assetrow['AssetCreatedAt'], $assetrow['AssetUpdatedAt']))); } }