Skip to content

Instantly share code, notes, and snippets.

@YuriDan
Created January 9, 2014 08:31
Show Gist options
  • Save YuriDan/8331125 to your computer and use it in GitHub Desktop.
Save YuriDan/8331125 to your computer and use it in GitHub Desktop.
<?
// текущая страница: /ru/?id=3&s=5&d=34
$page = $APPLICATION->GetCurPageParam("id=45", array("id", "d"));
// результат - /ru/index.php?id=45&s=5
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment