php switch 問題

來源:互聯網
上載者:User

您好y'all我是比較新的PHP的,請原諒我的愚蠢。

我目前正在與開關,我是想知道如何 - 如果可能的話在所有 - 添加到同一頁上第二個變數。例如

我希望能到我的瀏覽器類型是:

php?scs=blah">www.mysite.com/index.php?scs=blah

並獲得了我的網站的某些部分。同樣地,我想類型:

www.mysite.com/index.php?atp=blah

並獲得不同的部分。

我已經設定了兩個變數,但問題是我有一個預設設定的第一個變數,需要熬夜。開關代碼如下

$scs = $_GET['scs'];
@include('pt1.php');
switch($scs){
default:
@include('vm9.php');
break;
case vstr:
@include('vst/v1.php');
break;}$atp = $_GET['atp'];
switch($atp)
{    case credits:    @include('atp/credits.php');    break;}


 function doSomething(x)
{
            if(x === "someString")
    {         $("#item").css("background-color","blue");
$("div.items").slideUp("fast");
        $("input[checkbox]:checked").hide();
}
}

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.