Beispiel #1
0
?>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <link rel="stylesheet" type="text/css" href="CSSP/componentes.css"/>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <title>El Vocero. La voz oficial de la noticia.</title>
    </head>
    <div id="encabezadoLogo">
        <?php 
include 'widget.php';
?>
    </div>
    <div id="wrapper" align="center">
        <?php 
include "header.php";
$rsVideos = ResultSet($sql);
?>

        <br/>
        <br/>
        <fieldset>
            <?php 
while ($iteracion = mysql_fetch_array($rsVideos)) {
    ?>
                <br/>
                <br/>
                <div style="font-size: 20px;  float: left; margin-left: 130px">
                    <?php 
    echo $iteracion["comentario"];
    ?>
                </div>
        <div id="encabezadoLogo">
            <?php 
include 'widget.php';
?>
        </div>
        <div id="wrapper" align="center">
            <?php 
include "header.php";
?>
            <br></br>
        </div>
        <fieldset style="background-color: white; width: 965px; margin: auto; border-radius: 10px"  />
        <div>
            <?php 
$sql = "SELECT * FROM municipios";
$fila = ResultSet($sql);
?>
            <form method="POST">

                <center>
                    <label> Busqueda: </label>
                    <select name="municipio" style="padding: 3px; border-radius: 6px;">
                        <option value="" > Seleccione el Municipio</option>
                        <?php 
while ($resultad = mysql_fetch_row($fila)) {
    echo "<option value='" . $resultad['0'] . "'>" . $resultad['1'] . "</option>";
}
?>
                    </select>
                    <label> Del </label>
                    <input type="date" name="fecha1" style="padding: 3px;border-radius: 6px;"/>