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.
:idea:str_replace("&action=gl&fusion=cl","",$_SERVER['REQUEST_URI']);
А ако има още работи след него?Replace каза::idea:str_replace("&action=gl&fusion=cl","",$_SERVER['REQUEST_URI']);
<?php
$str = "index.php?view=testlog&b=blabla&action=gl&fusion=cl";
echo preg_replace("/(view=(.+?)&b=(.+?))\&(.*)/","$1",$str);
?>
това ще ми помогне :? мерси и на двамцата :wink:marian каза:<?php
$str = "index.php?view=testlog&b=blabla&action=gl&fusion=cl";
echo preg_replace("/(view=(.+?)&b=(.+?))\&(.*)/","$1",$str);
?>