Posted by Sonnich on 07/17/06 13:17
ImOk wrote: > I didnt read all the code below but did you consider using > array_splice() to truncate the array? > > $xx=array(1,2,3,5,6); > $yy=array_splice($xx,3); > > $yy -> (5,6) > $xx-> (1,2,3) ok, this did it for me. BR Sonnich
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming