Home >Backend Development >PHP Tutorial >Parse error: syntax error, unexpected T_STRING in C:AppServwww1.php on line 三

Parse error: syntax error, unexpected T_STRING in C:AppServwww1.php on line 三

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-13 11:30:381153browse

Parse error: syntax error, unexpected T_STRING in C:\AppServ\www\1.php on line 3
    
$s=array('你好','我好','大家好');
  
   shuffle($s); 
       
   for($i=0;$i        echo $s[$i];
   echo '
';
   }
   
   
    
?>
出现标题中的错误,怎么办哦?

Statement:
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