Presentation is loading. Please wait.

Presentation is loading. Please wait.

인터넷응용프로그래밍 과제 실습.

Similar presentations


Presentation on theme: "인터넷응용프로그래밍 과제 실습."— Presentation transcript:

1 인터넷응용프로그래밍 과제 실습

2 SQL Tool 이용 해당 실습에서는 SQLyog를 사용 학번 비밀번호

3 쿼리문 입력 USE `본인학번`; /*Table structure for table `exam` */
DROP TABLE IF EXISTS `exam`; CREATE TABLE `exam` ( `isChoice` TINYINT(1) DEFAULT NULL, `sentence` VARCHAR(100) CHARACTER SET euckr DEFAULT NULL, `view` VARCHAR(100) CHARACTER SET euckr DEFAULT NULL, `answer` VARCHAR(30) CHARACTER SET euckr DEFAULT NULL ) ENGINE=MYISAM DEFAULT CHARSET=utf8;

4 Ex1-1) adminPage.php

5 Ex1-2) adminPage.php

6 Ex1-3) adminPage.php

7 Ex1-4) adminPage.php실행 결과

8 Ex2-1) SubjectExamRegister.php

9 Ex2-2) SubjectExamRegister.php결과

10 Ex2-3) SubjectExamRegister.php결과
SQLyog에서 데이터 확인용 쿼리문 입력

11 Ex3-1) testerPage.php

12 Ex3-2) testerPage.php

13 Ex3-3) testerPage.php

14 Ex3-4) testerPage.php 결과

15 Ex3-5) testerPage.php 결과 내가 작성한 답 실제 정답


Download ppt "인터넷응용프로그래밍 과제 실습."

Similar presentations


Ads by Google