prepare($sql); $stmt->bind_param('s',$_SESSION['codigo_inactivo']); $stmt->execute(); $res = $stmt->get_result(); if($res->num_rows == 0) { header('Location:tasacion-elegir.php'); } $fila = $res->fetch_array(); $vehiculo = $fila['VEHICULO']; $item = 'ofertas/tasaciones/' . $fila['TASACION'] . '-' . ucfirst($usuarioSession) . '-' . date('d-m-Y') . '.pdf'; if($fila['PRECIO'] == 0 || $fila['PRECIO'] == '') { $precio = ''; } else { $precio = $fila['PRECIO']; } } else { header('Location:tasacion-elegir.php'); } ?>

6/6

" . strtoupper(utf8_encode($fila['MOSTRAR'])) . "";?>