디비 접속 .. connect.html > PHP

본문 바로가기

사이트 내 전체검색

뒤로가기 PHP

디비 접속 .. connect.html

페이지 정보

작성자 최고관리자 작성일 21-02-09 11:30 조회 3,973 댓글 0

본문

mysql_connect('호스트명', '관리자', '암호') or die( "Unable to connect to SQL server");
 mysql_select_db("DB명") or die( "Unable to select database");

 ######################################################################################

 function db_connect($db){
    $dbconnect=mysql_connect("localhost",$user,$pass) or die ("DB에 연결할수 없습니다");
      if(!mysql_select_db("$db",$dbconnect)) {               
          mysql_close($dbconnect);
          echo("<script> window.alert('데이터베이스와 접속 할 수 없습니다.')
                        history.back()
                          </script> ");
                  exit;
      }
      return $dbconnect;
 }

댓글목록 0

등록된 댓글이 없습니다.

Copyright © beautipia.co.kr. All rights reserved.

contact : webmaster@beautipia.co.kr

PC 버전으로 보기