Posts: 1,832
Location: Somewhere else entirely
|
What does the rest of your script do with the array? Is it possible that instead of unsetting parts of it, you could just set them to -1 or some other special value thatyour script would interpret as meaning 'don't use this one'?
ie your array above would look like
Array ( [0] => 0 [1] => 1 [2] => -1 [3] => 3 [4] => 4 [5] => 5 )
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|