Ben bunu index.php üzerinde bir kullanıcı toprakları, ama bir kez kullanıcı bir şey (bir değişken ayarlar) ne zaman display.php yani bir kullanıcı arama (değişken ise "splash.php adlı bir sayfa eklemek ve istemiyorsanız, bir indeks sayfası var Sorgu ") i splash.php dahil display.php dahil değil istiyorum
Ne bu kod ile yanlış?
function hasGet()
{
return !empty($_GET['fact']);
return !empty($_POST['query']);
}
if (hasGet()) {
include("display.php");
}
else {
include("splash.php");
}
This question should be removed