in reply to processing logic help
$next_id = ($id + 1) % 10000; [download]
$named_id = sprintf('%04d', $id); [download]