著者: mydowns 出典: Seize the time ウェブサイト: http://www.85time.com、http://www.mydowns.com
元の投稿アドレスは次のとおりです:
http://www.mydowns.com/article_show .php?id =32
詳細は次のとおりです。接続できませんでした。");
$Db = @mysql_select_db($DB_DBName, $Connect)
or die("データベースを選択できませんでした。");
$file_type = "vnd.ms-excel";
$file_ending = "xls";
header("Content-Type: application/$file_type");
header("Content-Disposition:attachment; filename=mydowns.$file_ending"); ;
header("有効期限: 0");
$now_date = date('Y-m-d H:i');
$title = "データベース名: $DB_DBName、バックアップ日: $now_date"; $sql = "$DB_TBLName から * を選択";
$ALT_Db = @mysql_select_db($DB_DBName, $Connect)
$result = @mysql_query($sql,$Connect);
または die(mysql_error());
echo("$title");
$sep = " ";
for ( $i
}
$i = 0;
{
$schema_insert = ""; $j=0; $j
if(!isset($row[ $j]))
$schema_insert .= "NULL".$sep; [$j] != "")
$schema_insert .= "$row[$j]".$sep;
else
$schema_insert .= "".$sep
}
$schema_insert = str_replace; "$", "", $schema_insert .= " ";
print ""
?>
http://www.bkjia.com/PHPjc/445165.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/445165.html
技術記事
著者: mydowns 出典: Seize the time ウェブサイト: http://www.85time.com、http://www.mydowns.com 元の投稿アドレスは次のとおりです: http://www.mydowns.com/article_show.php ?id=32 詳細は以下の通りです: ?php $DB...