반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- html cell size
- Spring
- table cell size
- Django 특정 값 가져오기
- html
- Django column 값 가져오기
- Django
- Dependency
- Dependency Injection
- DI
- table tag
- html cell
Archives
- Today
- Total
목록웹 개발/PHP (1)
emluy 개발 일기

0. 대략적인 과정 : 입력할 수 있는 검색창이 있는 html 파일 admin.php-> 입력한 것을 바탕으로 DB에서 SELECT해오는 파일 (세션변수에 저장) posttest.php -> 세션을 가져와서 출력 해주는 html 파일 afterpost.php 0. 필요한 프로그램 - visual studio - bitnami WAMP 0. Directory #작업할앱폴더(admin) #phpmysql DB와 연결해주는 파일 1. DB 검색에 사용될 데이터 입력 받기 : 입력 form이 있는 html 파일 #admin.php 2. 입력한 데이터를 바탕으로 DB에서 검색하기 : 쿼리문을 위한 파일 #posttest.php * 알아야 할 것 - echo는 print와 같은 출력 함수 - echo안에 출력하고 ..
웹 개발/PHP
2020. 7. 22. 12:44