Ver Mensaje Individual
  #6 (permalink)  
Antiguo 18/05/2014, 12:18
Avatar de HackID1
HackID1
 
Fecha de Ingreso: febrero-2013
Ubicación: En Update
Mensajes: 492
Antigüedad: 11 años, 2 meses
Puntos: 17
Respuesta: Me podrian ayudar con el siguiente codigo?

Intenta colocando luego de

Código PHP:
Ver original
  1. $button = $_GET ['submit'];
  2. $search = $_GET ['search'];

al comienzo del código una variable llamada x así:

Código PHP:
Ver original
  1. $button = $_GET ['submit'];
  2. $search = $_GET ['search'];
  3. $x = 0;

Pero el código te funciona aunque te dice indefinida variable?, lo pregunto porque yo estuve realizando igual un paginador, y la 1 vez me salian los 10 resultados pero un error aunque el paginador funcionaba pero mostraba VARIABLE INDEFINIDA.
__________________
Puntuar +1 es buena forma de dar las gracias. :P
Your Time is limited, so don't waste it living someone else´s life.
Por: HackID1