Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <div class="col-sm-9 xs-box2">
  2. <h2 class="title-medium br-bottom">Your Name</h2>
  3. </div>
  4.  
  5. $name = $html->find('h2[class="title-medium br-bottom"]');
  6. echo $name;
  7.  
  8. Notice: Array to string conversion in C:xampphtdocsindex.php on line 21
  9. Array
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement