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.
Smily каза:кво е лапт ве
djpatzo каза:лапт = като. Все пак буквите са близо.
Код:switch($_GET['mode']){ case 'news': include('news.php'); break; }
lam3r4370 каза:Ако във УРЛ е index.php?mode=news да те редиректне във news.php?
<?php
if(htmlspecialchars($_GET['mode']) == "news") {
header("location:news.php");
}
?>
porkie каза:lam3r4370 каза:Ако във УРЛ е index.php?mode=news да те редиректне във news.php?
<?php
if(htmlspecialchars($_GET['mode']) == "news") {
header("location:news.php");
}
?>
[phpBB Debug] PHP Notice: in file C:/xampp/htdocs/index.php on line 17: Cannot modify header information - headers already sent by (output started at C:/xampp/htdocs/index.php:9)