일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- jsr 296
- MFC
- rowspan
- iBATIS
- Eclipse
- oracle
- GPS
- swingx
- Ajax
- phonegap
- Struts
- jQuery
- JSON
- node.js
- Google Map
- JDOM
- MySQL
- appspresso
- PLSQL
- 전자정부프레임워크
- dock
- WebLogic
- PHP
- Android
- sencha touch
- Spring
- tomcat
- ibsheet
- 선택적조인
- 가우스
Archives
- Today
- Total
Where The Streets Have No Name
Post나 Get으로 넘어가는 폼의 아이템들 한번에 출력하는 함수 본문
print("<pre>");
print_r($_POST);
print_r($_GET);
print("</pre>");
print_r($_POST);
print_r($_GET);
print("</pre>");