Ver Mensaje Individual
  #6 (permalink)  
Antiguo 15/09/2008, 10:46
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: mysql_fetch_array y mysql_free_result

Modifica así tu query:
Código php:
Ver original
  1. <?php
  2. $result=mysql_query("select * from actuacions where llinatge1=$llinatge1") or die( mysql_error() );
  3. ?>

Eso te imprimira el error de tu consulta, ya que por eso se generan esos warnings.

Saludos.