Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/07/2008, 23:41
Avatar de xbx
xbx
 
Fecha de Ingreso: mayo-2008
Ubicación: /home/xbx
Mensajes: 301
Antigüedad: 16 años
Puntos: 11
Respuesta: Error Con mysql_fetch_array

Hola StReO

puedes postear el resultado de esto? :

Código PHP:
$Pie="SELECT * FROM 8s8z_config WHERE NidConfig LIKE '11';"
$PieQuery=mysql_query($Pie,$Conexion); 
while (
$Pietag=mysql_fetch_array($PieQuery)) 

    
print_r($Pietag);
};