Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/06/2008, 23:48
vmac179
 
Fecha de Ingreso: julio-2007
Ubicación: /home/victor
Mensajes: 114
Antigüedad: 16 años, 9 meses
Puntos: 0
Respuesta: Ayuda por favor

acá les dejo el while

Código PHP:
while($noticias pg_fetch_array($_pagi_result)){

$time strftime("%A %d de %B del %Y a las %H:%m:%S"$noticias[fecha]);  // conversion de fecha

echo <<<HTML

<div id="noticias">

<h2>$noticias
[titulo]</h2>

<em>Agregado el $time en $noticias
[categoria]</em>

<p>$noticias
[contenido]</p>

<em><a href="$PHP_SELF?action=noticiacompleta&id=$noticias
[id]">Te falta leer lo mejor de $noticias[titulo] &gt;&gt;</a></em>

</div>

HTML;