$client_category = explode(",", $row['client_category']); // This will loop through all the comma seperated caterogy ID's available foreach ($client_category as $k => $category_id) { // Use the $category_id you need here }