You can modify that so you get the keys as well as the values from the array, like this: <?php foreach($myarr as $key => $value) { echo "$key is set to ...
確定! 回上一頁