Page 350 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 350
인천전자마이스터고 전자회로설계과
<td
width="200"> </td>
<td width="200"><i class="icon-time"></i>
2016-08-01 ~ <br>
2016-08-08 </td>
<td
width="200"> </td>
</tr>
</table>
</div><!-- /container -->
</div><!-- /g -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/classie.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/retina.js"></script>
<script src="assets/js/main.js"></script>
<script>
$('.carousel').carousel({
interval: 3500
})
</script>
</body>
</html>
- save_mysql.php
<?php
$connect = mysql_connect("localhost","root","raspberry");
//localhost 홈페이지 주소
// root mysql 사용자 이름
// raspberry mysql 사용자 비밀번호
mysql_select_db("rain",$connect);
// mysql의 여러 데이터베이스 중 rain이라는 데이터베이스 선택
$query = "insert into info(name,phone)
- 343 -