return false;
            });
        });
    </script>    
    <form name="formulario-datos-integrante" method="POST" enctype="multipart/form-data" >
    <table width="700px" align="center">
            <tr class="tabla2_encabezado" >
                <td >
                Nombres
                </td>
                <td >
                Apellidos
                </td>
                <td rowspan="4" >
                <img src="<?php 
        echo $tabla_integrante->foto_int();
        ?>
" width="200px" height="150">
                <input type="file" name="foto_perfil" >
                </td>
            </tr>
            <tr class="tabla2_informacion" >
                <td >
                    <input type="text" name="nombres" value="<?php 
        echo $tabla_integrante->ver_nombre_int();
        ?>
" />
                </td>
                <td >
                    <input type="text" name="apellidos" value="<?php 
        echo $tabla_integrante->ver_apellido_int();