Ben PHP ve eğer deyimi kullanmak istedim, ve ben yapmak istedim
if ($variable){
display html page1
}
else {
display html page2
}
Bunu nasıl yaparsınız? Bir Ben farklı bir sayfaya kullanıcıyı yönlendirmek istemiyorum, lütfen unutmayın.
--EDIT-- I would have no problem doing that with one of them, but the other file, it would be too much of a hassle to do that.
--EDIT-- Here is the coding so far:
<?PHP
include 'uc.php';
if ($UCdisplay) {
include("under_construction.php");
}
else {
include("index.html");
}
?>
Benim sorunum her php sayfa için bir html sayfası oluşturmak zorunda olsaydı da gerçekten çok karmaşık ve kafa karıştırıcı olacağını, bu yüzden ("index.html") içerir kullanmak yerine tam html sayfayı göstermek için bazı yol gerekir