'progarm_old > [PHP]' 카테고리의 다른 글
in_array_ (0) | 2016.05.17 |
---|---|
mysql 자동증가 (0) | 2016.05.17 |
[php] 정말 유용한 사이트네요. (0) | 2016.04.21 |
arsort 내림차순 asort 오름차순 (0) | 2016.04.14 |
[php] 배열사용하기 (0) | 2015.12.21 |
in_array_ (0) | 2016.05.17 |
---|---|
mysql 자동증가 (0) | 2016.05.17 |
[php] 정말 유용한 사이트네요. (0) | 2016.04.21 |
arsort 내림차순 asort 오름차순 (0) | 2016.04.14 |
[php] 배열사용하기 (0) | 2015.12.21 |
mysql 자동증가 (0) | 2016.05.17 |
---|---|
php 출력하기 다양성 (0) | 2016.05.16 |
arsort 내림차순 asort 오름차순 (0) | 2016.04.14 |
[php] 배열사용하기 (0) | 2015.12.21 |
[php] 체크박스 배열넘겨서 받기 (0) | 2014.11.13 |
<input type="checkbox" name="strviewstr[]" id="strviewstr_1" value="1" /><label for="strviewstr_1">일</label>
<input type="checkbox" name="strviewstr[]" id="strviewstr_2" value="2" /><label for="strviewstr_2">월</label>
<input type="checkbox" name="strviewstr[]" id="strviewstr_3" value="3" /><label for="strviewstr_3">화</label>
<input type="checkbox" name="strviewstr[]" id="strviewstr_4" value="4" /><label for="strviewstr_4">수</label>
<input type="checkbox" name="strviewstr[]" id="strviewstr_5" value="5" /><label for="strviewstr_5">목</label>
<input type="checkbox" name="strviewstr[]" id="strviewstr_6" value="6" /><label for="strviewstr_6">금</label>
<input type="checkbox" name="strviewstr[]" id="strviewstr_7" value="7" /><label for="strviewstr_7">토</label>
for($i=0;$i<sizeof($strviewstr);$i++){
if($i==0) $f_gubun = $strviewstr[$i];
else $f_gubun .= ",".$strviewstr[$i];
}
arsort 내림차순 asort 오름차순 (0) | 2016.04.14 |
---|---|
[php] 배열사용하기 (0) | 2015.12.21 |
$$_POSTS['key'] = $_POSTS['value']; (0) | 2014.10.31 |
[php] 숫자형, 문자형 확인하기 (0) | 2014.10.29 |
easyeditor 접근성 콘텐츠 작업할경우 (0) | 2014.10.22 |