2006/6/9, Jonas Rosling <[EMAIL PROTECTED]>:

Is there any way you can skip for example the first 4 array
values/posisions
in an array no matter how many values it contains?

Thanks // Jonas

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Maybe: array_slice()
http://www.php.net/manual/en/function.array-slice.php

Reply via email to