 
			
				20/11/2007, 05:33
			
			
			     |  
        |     |    |    Fecha de Ingreso: febrero-2007  Ubicación: Barcelona  
						Mensajes: 111
					  Antigüedad: 18 años, 8 meses Puntos: 0     |        |  
  |      Re: limite em el numero de referencias        bueno, esto no va... o sea, coge más registros pero no todos. Os pongo los fragmentos del php.ini modificados:   
;;;;;;;;;;;;;;;;;;; 
; Resource Limits ; 
;;;;;;;;;;;;;;;;;;;   
max_execution_time = 60     ; Maximum execution time of each script, in seconds 
max_input_time = 120	; Maximum amount of time each script may spend parsing request data 
;max_input_nesting_level = 64 ; Maximum input variable nesting level 
memory_limit = 128M      ; Maximum amount of memory a script may consume (128MB)   
; Maximum size of POST data that PHP will accept. 
post_max_size = 128M   
; Maximum time (in seconds) for connect timeout. -1 means no limit 
mysql.connect_timeout = 60   
Reinicio y mirad el mensaje de error que me da al poner el SQL con todo:   
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 392597 bytes) in C:\xampp\phpMyAdmin\libraries\sqlparser.lib.php on line 331   
Que más puedo hacer??           |