Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/01/2005, 22:31
Punchi
 
Fecha de Ingreso: mayo-2004
Ubicación: Santiago, Chile
Mensajes: 191
Antigüedad: 20 años
Puntos: 1
Yo lo haria asi:

Código PHP:
$query_categoriamysql_query ("SELECT * FROM Categorias INNER JOIN Productos ON Categorias.ID = Productos.ID");

$dato mysql_fetch_array($query_categoria);
echo 
$dato[3
Tal vez tu error esta en que le estas diciendo que arroje el primer dato, el primer registro de la primera columna, siendo que el dato que quieres no esta ahi

Suerte