Exemplo n.º 1
0
    

    <section class="contenido wrapper">
        <section id="detalle">                 
         <?php 
echo $clase->detalle_noticia($noticias);
?>
         
         
         
        
        </section>
        
        <section id="comentarios">
        <?php 
echo $clase->comentarios($noticias);
?>
        
        <form id="form1" name="form1" method="post" action="">
		 <input type="hidden" name="id" id="id" value="<?php 
echo $noticias;
?>
"/>
  <table width="200" border="0">
   <tr>
      <th scope="row">Nombre</th>
      <td><label for="nombre"></label>
      <input name="nombre" type="text" id="nombre" placeholder="Su Nombre" size="43" /></td>
   
    </tr>