只应通过引用

时间:2017-10-04 15:46:43

标签: php variables error-handling compiler-errors

我将文件上传到托管后有一些问题,希望你们能帮助我。 以下是一些代码,第30,35,50和55行.Ps:当我尝试检入localhost时,localhost没有错误。

  <li <?php echo (end(explode("/", $_SERVER['REQUEST_URI']))==='index.php') ? 'class="active-link"' : '' ; ?>>
            <a href="index.php" ><i class="fa fa-home "></i>Home</a>
        </li>
  <li <?php echo (end(explode("/", $_SERVER['REQUEST_URI']))==='crit.php') ? 'class="active-link"' : '' ; ?>>
            <a href="crit.php"><i class="fa fa-table "></i>Criteria</a>
        </li>
  <li <?php echo (end(explode("/", $_SERVER['REQUEST_URI']))==='info.php') ? 'class="active-link"' : '' ; ?>>
            <a href="info.php"><i class="fa fa-mobile fa-2x"></i>Information</a>
        </li>
  <li <?php echo (end(explode("/", $_SERVER['REQUEST_URI']))==='guest.php') ? 'class="active-link"' : '' ; ?>>
            <a href="guest.php"><i class="fa fa-wechat "></i>Guest</a>
        </li>

错误:

注意:在第30行的/storage/ssd4/799/3142799/public_html/admin/sidebar.php中,只能通过引用传递变量 &GT; 注意:在第35行的/storage/ssd4/799/3142799/public_html/admin/sidebar.php中,只能通过引用传递变量 &GT; 注意:在第50行的/storage/ssd4/799/3142799/public_html/admin/sidebar.php中,只能通过引用传递变量 &GT; 注意:在第55行的/storage/ssd4/799/3142799/public_html/admin/sidebar.php中,只能通过引用传递变量

  

0 个答案:

没有答案