$vbulletin->input->clean_array_gpc('p', array( 'id' => TYPE_ARRAY_UINT));foreach ($vbulletin->GPC['id'] AS $id){ echo $id;}