Skip to content

Instantly share code, notes, and snippets.

@colorwebdesigner
Last active January 9, 2021 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colorwebdesigner/a0661078b7770f9be4bf8240fb6c9526 to your computer and use it in GitHub Desktop.
Save colorwebdesigner/a0661078b7770f9be4bf8240fb6c9526 to your computer and use it in GitHub Desktop.
<?
$filter = Array ("xxxxxxx" => "xx");
$rsUsers = CUser::GetList(($by="ID"), ($order="asc"), $filter);
while($rsUsers->NavNext(true, "f_")) :
echo "[".$f_ID."] (".$f_LOGIN.") ".$f_NAME." ".$f_LAST_NAME."<br>";
endwhile;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment