Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/05/2009, 16:13
Avatar de boy-computer
boy-computer
 
Fecha de Ingreso: diciembre-2006
Ubicación: Cuba, Pinar del Río
Mensajes: 337
Antigüedad: 17 años, 5 meses
Puntos: 1
Pregunta Ayuda con array

Tenga el código:

Código PHP:
$sql="select * from dpswd.$tabla limit $desde, $cantidadlinea";
$result mysql_query($sql,$link);
while ( 
$row mysql_fetch_assoc($result) ) 

 
$identifica=$row
 
$id[]=$identifica['id_'.$tabla.''];

Pero me da el siguiente error:

Código:
Fatal error: [] operator not supported for strings
Por qué es esto, cual es el problema