X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=inc%2Fhypertext.inc;fp=inc%2Fhypertext.inc;h=0000000000000000000000000000000000000000;hb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;hp=19f08edf79b9b37624f90ea4fb414091e70d044a;hpb=bc13d5d6e1834068f8b690c32bba114e352dacdd;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/hypertext.inc b/inc/hypertext.inc deleted file mode 100644 index 19f08ed..0000000 --- a/inc/hypertext.inc +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -CLASS_KYBERIA(); -} - -function explodeText($id) { - $set=$this->query("SELECT text1 from articles where id_article='$id'"); - $set->next(); - $text=$set->getstring("text1"); - $text=str_replace("."," ",$text); - $text=str_replace(","," ",$text); - $text=str_replace("?"," ",$text); - $bomb=explode(" ",$text); - foreach ($bomb as $slovo) { - if (strlen($slovo)>4 AND !strstr($slovo,">") AND !strstr($slovo,"<"))$slova[]=$slovo; - } - echo ""; - foreach ($slova as $slovo) { - echo ""; - } -} -// >------------------------------koniec metod---------------< -} -?> \ No newline at end of file
$id$slovo