Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/03/2006, 10:46
Avatar de david_M_G
david_M_G
 
Fecha de Ingreso: febrero-2005
Mensajes: 938
Antigüedad: 20 años, 1 mes
Puntos: 20
Código PHP:

<JavaScript>

noticias[0]="<?php echo($row[noticia]);?>";
<?php 
while ($row mysql_fetch_array($result)) {?>
noticias[1]="<?php echo($row[noticia]);?>";
<? ?>


</JavaScript>

Suerte