Guest User

Untitled

a guest
Dec 14th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $Hashtags = $DataBase->super_query("SELECT description FROM `".PREFIX."_photos`", 1);
  2.  
  3. foreach ($Hashtags as $Hashtag) {
  4.  
  5. preg_match_all('/(^|s)#([p{Pc}p{N}p{L}p{Mn}]+)/u', $Hashtag['description'], $AllHashs);
  6. var_dump($AllHashs);
  7.  
  8. }
Add Comment
Please, Sign In to add comment