コード例 #1
0
ファイル: TiendasAdmin.php プロジェクト: keua/DeGuate
</td>
                                        <td align="center">
                                            <form action="./INCLUDES/Tiendas.php?act=2" method="POST">

                                                <input type="hidden" name="id" value="<?php 
        echo $tiendas[$index]->intId;
        ?>
 ">

                                                <input type="submit" value="eliminar" name="eliminar" class="btn btn-danger">
                                            </form>
                                        </td>
                                    </tr>
                                <?php 
    }
    ?>
                            </tbody>
                        </table>
                    </div><!-- /.box-body -->
                </div><!-- /.box -->
            </div><!-- /.col -->
        </div><!-- /.row -->
    </section><!-- /.content -->
    <?php 
}
if (isset($_SESSION['user'])) {
    head();
    Tiendas($actividad);
    footer();
}
header("Location:http://localhost:8000/Login.php");
コード例 #2
0
ファイル: Tiendas.php プロジェクト: keua/DeGuate
                        <p class="special"><?php 
        echo $tiendas[$index]->strDireccion;
        ?>
</p>
                        <p>TELEFONO</p>
                        <p class="special"><?php 
        echo $tiendas[$index]->intTelefono;
        ?>
</p>
                        <a href="<?php 
        echo $tiendas[$index]->strEnlace;
        ?>
"><?php 
        echo $tiendas[$index]->strEnlace;
        ?>
</a>
                    </div>
                    <div class="clearfix"></div>
                </div>
            </div>
            <div class="clearfix"></div>
        </div>
    <?php 
    }
    ?>

    <?php 
}
head();
Tiendas();
footer();