This may be a baisc programming query, to which I dont have the ansa,

but can you do a while () loop, but set a condition so that it misses one 
ie 

$counter = -1;
while(++$counter <50){

do a task on all between 1 and 50 except on 39
}


Thanks

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

Reply via email to