| i want to use the next() and prev() functions to determine what the next value and the previous value in the array are. if they dont exist then they return false, making it very easy to generate links.
how will the pointer get messed up if the only thing i am using the array for is this? |