Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/10/2006, 12:54
Avatar de mauled
mauled
 
Fecha de Ingreso: marzo-2005
Ubicación: Cd. de México.
Mensajes: 3.001
Antigüedad: 19 años, 1 mes
Puntos: 33
jeje antes que nada ya intaste haciendo un echo para verficar que haya valores?


Código PHP:
$resulta=mysql_query($sqla,$dbi)or die(mysql_error());//Por si existió algun error

//$this->SetY(-15);
//$this->Cell(0,0,"",1,1);
//$this->SetFont('Arial','',8);
while( $razona)=mysql_fetch_row($resulta))
{
 echo 
$razona[0];//Olvidaste especificar el indice.