Guest User

Untitled

a guest
Nov 17th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if(!CModule::IncludeModule("iblock"))
  2.  
  3. return;
  4.  
  5. <?
  6. $res = CIBlockElement::GetByID($_GET["PID"]);
  7. if($ar_res = $res->GetNext())
  8. echo $ar_res['NAME'];
  9. ?>
Add Comment
Please, Sign In to add comment