Ver Mensaje Individual
  #18 (permalink)  
Antiguo 11/05/2007, 11:04
Avatar de macabro
macabro
 
Fecha de Ingreso: enero-2003
Ubicación: venus >> ((_\
Mensajes: 254
Antigüedad: 21 años, 3 meses
Puntos: 1
Re: Paginator no propaga variables...cómo se soluciona?

bueno, cambia la siguiente linea
Código PHP:
 // Get the search variable from URL 
  
$var = @$_GET['q'] ; 
por
Código PHP:

 
// Get the search variable from URL 
  
$var = @$_GET['busqueda'] ;