PHP 파일의 내용을 하 고 데이터베이스에 저장

출처: 인터넷
작성자: 사용자
키워드: 웹 프로그래밍 PHP는 자습서

이 프로그램의 기능은 디렉터리 TXT 파일 읽기 및 저장 데이터에 오, 그건 너무 간단 하 고, 어떻게 나는 MySQL 데이터 테이블에 저장 하는 TXT 파일 내용을 살펴보겠습니다.

<? php
포함 ('... /boke/inc/re_conn.php ');

Checkdir (' 파일 /');

Checkdir ($dir _path) //Traverse 디렉터리 기능
{
경우 (Is_dir ($dir _path))
{
경우 ($dir _file opendir ($dir _path) =)
{
동안 (($dir _list readdir ($dir _file) =)! = = false)
{
경우 ($dir _list! = "." & & $dir _list! = "...")
{
$title = substr ($dir _list, strlen ($dir _list) 6-4);
에코 $title;
OpenFile ($dir _path $dir _list, $title);
}

}
}
다른
{
에코 ($dir _path.) < br / > ");
}
}
다른
{
에코 ($dir _path.) < br / > ");
}
}

Savadate ($title, $content) //Save 데이터 기능
{
$title = str_replace ('txt', ', $title');
에코 $title;
$content = Addslashes ($content);
$sql = "fil (제목, 내용, siteindex, filesendid, systype, z_type) 값으로 삽입 ('$title', '$content' 1, '관리', 2.31) ";
경우 (mysql_query ($sql))
{
에코 '< br > 성공';
}
다른
{
에코 Mysql_error ();
}
}

함수 OpenFile ($filePath, $title) //Read 파일 콘텐츠 피드
{
& nbsp
경우 (Is_file ($filePath))
{
& nbsp; $content = file_get_contents ($filePath);
경우 (! ($content) 빈)
{
savadate ($title, $content);
&NBSP; & NBSP}

다른 {
;
}
}
}

관련 문서

연락처

이 페이지의 내용은 인터넷에서 가져온 것이므로 Alibaba Cloud의 공식 의견이 아닙니다.이 페이지에서 언급 된 제품 및 서비스는 Alibaba Cloud와는 관련이 없으므로이 페이지의 내용이 골칫거리 인 경우 저희에게 알려주십시오. 우리는 5 일 근무일 이내에 이메일을 처리 할 것입니다.

커뮤니티에서 표절 사례를 발견한 경우 info-contact@alibabacloud.com 으로 관련 증거를 첨부하여 이메일을 보내주시기 바랍니다. 당사 직원이 영업일 기준 5일 내에 연락 드리도록 하겠습니다.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.