Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
$text='tova e teksta s http://web-tourist.net linka'; //текста
$mydom='http://my_domein.com'; //Твоят домейн
$linkc=explode(" ", $text);
$thetext=array();
foreach($linkc as $link){
if(stristr($link, 'http://') && $link != $mydom)
{
$link="<div class='other_link'>".$link."</div>";
}
$thetext[]=$link;
}
$newtext=implode(" ", $thetext);
//И тук показваме вече новият текст
echo $newtext;
<?php
//текста
$text='tova e teksta s http://web-tourist.net/smth linka tova e http://my_domein.com/smth moqt domein nqkoj drug link http://google.bg';
//Твоят домейн
$mydom='my_domein.com';
$linkc=explode(" ", $text);
$thetext=array();
foreach($linkc as $link){
if(strstr($link, 'http://') && !strstr($link, $mydom))
{
$link="<b><i>".$link."</i></b>";
}
$thetext[]=$link;
}
$newtext=implode(" ", $thetext);
//И тук показваме вече новият текст
echo $newtext;
?>
eddyy93 каза:Аа, разбрахте какво питаш, ето ти кода който трябва да ти работи вече : ))
Сега чуждите линкове стават болднати и наклонени.
PHP:<?php //текста $text='tova e teksta s http://web-tourist.net/smth linka tova e http://my_domein.com/smth moqt domein nqkoj drug link http://google.bg'; //Твоят домейн $mydom='my_domein.com'; $linkc=explode(" ", $text); $thetext=array(); foreach($linkc as $link){ if(strstr($link, 'http://') && !strstr($link, $mydom)) { $link="<b><i>".$link."</i></b>"; } $thetext[]=$link; } $newtext=implode(" ", $thetext); //И тук показваме вече новият текст echo $newtext; ?>
[url]http://web-tourist.net[/url]
[url=http://web-tourist.net]WebTourist[/url]
[url=http://web-tourist.net]WebTourist[/url]
[url=http://web-tourist.net]WebTourist[/url]