Tema: function
Ver Mensaje Individual
  #11 (permalink)  
Antiguo 08/02/2011, 12:39
Avatar de anacona16
anacona16
 
Fecha de Ingreso: marzo-2010
Ubicación: Bogota DC
Mensajes: 610
Antigüedad: 14 años, 1 mes
Puntos: 52
Respuesta: function

Lo que te quiere decir pateketrueke es que donde tienes la consulta

Código PHP:
Ver original
  1. $strselect="select * from home ORDER BY id asc LIMIT 6";
  2. $resultado=mysql_query($strselect,$conexion);
  3. $registro = mysql_fetch_array($resultado);

Te sobra esta linea

Código PHP:
Ver original
  1. $registro = mysql_fetch_array($resultado);