Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/08/2006, 19:12
PANAFLAKIN
 
Fecha de Ingreso: septiembre-2004
Ubicación: Chihuahua Mex
Mensajes: 404
Antigüedad: 19 años, 7 meses
Puntos: 2
muchas gracias ahora tengo otra pregunta como hago para seleccionar 2 secciones

$GameQuery = $db->Execute("SELECT id,title FROM `sp_games` WHERE `published` = '1' AND `section` = '6' AND `section` = '1' ORDER BY `id` DESC LIMIT 5");

intente con esto pero no funciono