Guest User

Untitled

a guest
Jul 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. foreach ($xml->xpath('/document/title') as $title) {
  2. $attribut = $dom->title->attributes();
  3. echo $attribut['uidd'];
  4. echo $attribut['nik'];
  5.  
  6. }
Add Comment
Please, Sign In to add comment