Esempio n. 1
0
File: Copi.php Progetto: vik70r/CTAS
                    <th>Nro.</th>
                    <th>NOMBRES Y APELLIDOS</th>
                    <th>PASAPORTE</th>
                    <th>NACIONALIDAD</th>
                    <th>TIPO</th>
                    <th>AGENCIA</th>
                    <th>OPCIONAL</th>
                    <th>HOTEL</th>
                    <th>HORA TREN</th>
                    <th>OBSERVACION</th>
                    <th>E</th>
                </tr>
            </thead>
            <tbody>
         <?php 
        $resultado = $instancia->MetodoReporteReserva($fecha1, $comboTour);
        $i = 0;
        while ($fila = mysql_fetch_array($resultado)) {
            $i = $i + 1;
            ?>
           <tr class='gradeA'>
                <td><?php 
            echo $i;
            ?>
</td>
                <td><?php 
            echo $fila[1];
            ?>
</td>
                <td><?php 
            echo $fila[2];