<td><?php echo $perfil['categoria_riesgo']; ?> </td> </tr> <tr> <th>CAUSAS DEL RIESGO ACTUAL</th> <td><?php echo $perfil['motivo_riesgo']; ?> </td> </tr> <tr> <th>FRECUENCIA DE CONTRATOS</th> <td><?php echo $mper->getNumContratosClte($_POST['id']); ?> </td> </tr><tr> <th>FRECUENCIA DE OPERACIONES</th> <td><?php echo $mper->getNumMovsClte($_POST['id']); ?> </td> </tr> <tr> <th>MONEDAS PERMITIDAS</th> <td><?php $moneclte = ""; while ($b = $monedas->NextRow()) { echo $b['nombre'] . " ";
function numeroContratosCliente($cliente) { $clts = new mPerfilTransaccional(); return $clts->getNumContratosClte($cliente); }