Warning: A non-numeric value encountered in /home2/icentarb/public_html/icentar/classes/class.permissions.php on line 101

Warning: filesystem::file_put_contents(data/session_del.php): failed to open stream: Permission denied in /home2/icentarb/public_html/icentar/classes/class.filesystem.php on line 142
iCentar
Prikazi cijelu temu 12.07.2020 22:21
zxz Van mreze
Administrator
Registrovan od:03.02.2009
Lokacija:Tuzla


Predmet:preg_match
PreuzmiIzvorni kôd (Text):
  1. // Filter za pretragu
  2. $search_str = "/(http|https|ftp|ftps|)\:\/\/[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\/\S*)?/";
  3. $str = "ovo je neki rekst koji moze sadrzavati link na neku stranicu, kao napr: http://www.icentar.ba ";
  4. preg_match($search_str, $str, $url);
  5. echo "posjetite stranicu: <a href=\"$url[0]\">iCentar</a>";

Podrška samo putem foruma, jer samo tako i ostali imaju koristi od toga.