Home > Backend Development > PHP Tutorial > 代码上传后,底部多出一行,请大神们看下是代码有关问题还是

代码上传后,底部多出一行,请大神们看下是代码有关问题还是

WBOY
Release: 2016-06-13 12:01:05
Original
842 people have browsed it

代码上传后,底部多出一行,请大神们看下是代码问题还是



  
    

    

    
  
  foreach($serverlist1 as $key=>$value)
  {
?>


    
    
    


  } 
?>


线路国家 服务器功能 服务器地址 状态 协议
可在用户中心-服务器列表中查看 PPTP/RL2TP


  
    
    
    
  
代码上传后,底部多出一行,请大神们看下是代码有关问题还是



最下面多出一行,可在用户中心-服务列表中查看 PPTP/RL2TP,请帮忙看下是什么原因
------解决方案--------------------
  foreach($serverlist1 as $key=>$value)
  {
      if(empty($value['serverarea'])) continue; //加上这句
?>
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template