1 2 3 4 5 6 7 | <?php $s = array(80,90,100,110,120); foreach($s as $d) echo "$d, "; ?> | cs |
'php' 카테고리의 다른 글
Warning: mysqli_connect(): (HY000/1045): Access denied for user 오류 (0) | 2018.03.27 |
---|---|
Fatal error: Uncaught Error: Call to undefined function mysql_connect() (0) | 2018.03.26 |
간단한 로그인 처리 (0) | 2018.03.26 |
쿠키 세션 설정, 삭제 (0) | 2018.03.26 |
연관배열 + extract() (0) | 2018.03.26 |