_getMarketMysql(), 't_chip_plugin', array( 'token_id' => $tokenId, ) ); if ($row){ $chips = array( $row['chip1'],$row['chip2'],$row['chip3'],$row['chip4'] ); // $chips = array_filter($temp); } return implode('|',$chips); } }