찾다
php教程php手册PHP 把数据库导成excel表

PHP 把数据库导成excel表

Jun 13, 2016 am 10:54 AM
excellocalhostpassphprootserver묶음데이터 베이스표면

$DB_Server = "localhost"; 

$DB_Username = "root"; 

$DB_Password = "123456"; 

$DB_DBName = "oa"; 

$DB_TBLName = "oa_form_table";

$savename = date("YmjHis"); 

$Connect = @mysql_connect($DB_Server, $DB_Username, $DB_Password) or die("Couldn't connect."); 

mysql_query("Set Names 'utf8'"); 

$file_type = "vnd.ms-excel"; 

$file_ending = "xls"; 

header("Content-Type: application/$file_type;charset=utf8"); 

header("Content-Disposition: attachment; filename=".$savename.".$file_ending"); 

//header("Pragma: no-cache");

$now_date = date("Y-m-j H:i:s"); 

$title = "数据库名:$DB_DBName,数据表:$DB_TBLName,备份日期:$now_date";

$sql = "Select * from $DB_TBLName"; 

$ALT_Db = @mysql_select_db($DB_DBName, $Connect) or die("Couldn't select database"); 

$result = @mysql_query($sql,$Connect) or die(mysql_error());

echo("$title\n"); 

$sep = "\t"; 

for ($i = 0; $i

echo mysql_field_name($result,$i) . "\t"; 

print("\n"); 

$i = 0; 

while($row = mysql_fetch_row($result)) { 

$schema_insert = ""; 

for($j=0; $j

if(!isset($row[$j]))    www.2cto.com

$schema_insert .= "NULL".$sep; 

elseif ($row[$j] != "") 

$schema_insert .= "$row[$j]".$sep; 

else 

$schema_insert .= "".$sep; 

$schema_insert = str_replace($sep."$", "", $schema_insert); 

$schema_insert .= "\t"; 

print(trim($schema_insert)); 

print "\n"; 

$i++; 

return (true); 

?>

성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.

핫 AI 도구

Undresser.AI Undress

Undresser.AI Undress

사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover

AI Clothes Remover

사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool

Undress AI Tool

무료로 이미지를 벗다

Clothoff.io

Clothoff.io

AI 옷 제거제

Video Face Swap

Video Face Swap

완전히 무료인 AI 얼굴 교환 도구를 사용하여 모든 비디오의 얼굴을 쉽게 바꾸세요!

뜨거운 도구

Eclipse용 SAP NetWeaver 서버 어댑터

Eclipse용 SAP NetWeaver 서버 어댑터

Eclipse를 SAP NetWeaver 애플리케이션 서버와 통합합니다.

Atom Editor Mac 버전 다운로드

Atom Editor Mac 버전 다운로드

가장 인기 있는 오픈 소스 편집기

맨티스BT

맨티스BT

Mantis는 제품 결함 추적을 돕기 위해 설계된 배포하기 쉬운 웹 기반 결함 추적 도구입니다. PHP, MySQL 및 웹 서버가 필요합니다. 데모 및 호스팅 서비스를 확인해 보세요.

SublimeText3 Linux 새 버전

SublimeText3 Linux 새 버전

SublimeText3 Linux 최신 버전

ZendStudio 13.5.1 맥

ZendStudio 13.5.1 맥

강력한 PHP 통합 개발 환경