Ver Mensaje Individual
  #75 (permalink)  
Antiguo 21/05/2011, 10:30
martin0290
 
Fecha de Ingreso: octubre-2009
Mensajes: 84
Antigüedad: 15 años, 5 meses
Puntos: 0
Respuesta: [Últimos 10 Resultados] Php y SQL, no salen =(

Encontre que "get_row" hace esto:


function get_row($query_id = '')
{
if ($query_id == '') $query_id = $this->query_id;

return mysql_fetch_assoc($query_id);
}

Tengo un archivo llamado mysql.class.php que dice que hace cada funcion