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.
$title_new=str_replace("-", " ", $str);
echo "<a href='pulnotoime.com/новини/".$id."-".$title_new."'>".$title."</a>";
$id=$_GET['id']; //id ако ползваш такова име за гет
$id=explode("-", $id);
$id=(int)$id[0];
mysql_query("SELECT .... WHERE id='$id'");
RewriteEngine On
RewriteRule ^новини/([^/"']+)/? news.php?id=$1 [L]