tnx for the tips.. all..
but this is what i do...
$number = 2;
$info = array(1,2,3,4,5);
$info2 = array()
$info2 = array_merge(array_splice($info, 0, $number-1), array_splice($info, 1));
Why not use "array_remove_item"??
'cause i cant find it anywhere on the internet... (searched Google and some php-code-sites)...
but... tnx again...