<script type="text/javascript">
<!--
if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('<input type="button" valu…
foreachで、配列を展開する
foreach ($array as $key => $val) {
echo $key ;
echo $val;
}
この投稿へのコメント
コメントはまだありません。