如何出错了呢?求原理

WBOY
Release: 2016-06-13 12:46:25
Original
803 people have browsed it

怎么出错了呢?求原理

本帖最后由 abu_sec 于 2013-05-21 14:26:40 编辑
<?php<br />
$colors = array('red'=>'hongse', 'blue'=>'lanse', 'green'=>'lvse', 'yellow'=>'huangse');<br />
<br />
foreach ($colors as $color) {<br />
   echo "Do you like $color['red']?\n";<br />
?>
Copy after login

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