일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- ibsheet
- swingx
- JSON
- MFC
- Google Map
- Ajax
- jQuery
- PLSQL
- oracle
- Android
- MySQL
- Eclipse
- GPS
- PHP
- node.js
- 가우스
- Spring
- jsr 296
- Struts
- 선택적조인
- tomcat
- iBATIS
- 전자정부프레임워크
- appspresso
- phonegap
- rowspan
- dock
- JDOM
- sencha touch
- WebLogic
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>");