Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/04/2012, 17:32
Avatar de Briss
Briss
 
Fecha de Ingreso: junio-2011
Mensajes: 1.293
Antigüedad: 12 años, 10 meses
Puntos: 12
Que error tengo en el sig codigo

Código PHP:
<?php $datosmysql_query("SELECT id, asunto FROM avisos"); 

while (
$fila mysql_fetch_array($datos)) { 
     echo 
'<input type="checkbox" name="chk_'.$fila['id'].'">'
     echo 
$fila['id'
     echo 
'<input type="text" name="asunto" value="'.$fila['asunto']'">'
?>
Alguien me hecha una manita