|
|
|
ฃ่วยดูให้หน่อยครับ รายงาน .txt ช่วยดูให้หน่อยครับว่าทำไมนถึงไม่ตัดบรรทัดใหม่ให้ |
|
|
|
|
|
|
|
ช่วยดูให้หน่อยครัว่าทำไมนถึงไม่ตัดบรรทัดใหม่ให้
<?php
$yy=543;
$thiyr1=$thiyr-$yy;
$yrmonth="$thiyr1-$rptmo";
include("connect.inc");
header('Content-type: text/plain');
header('Content-Disposition: attachment; filename="PAT_11512_YYYYMM_YYYYMMDD.txt"');
$query="CREATE TEMPORARY TABLE reportnhso04 SELECT hn,an,dateopd,clinic,referh,refertype,idcard FROM refer WHERE dateopd LIKE '$yrmonth%' ";
$result = mysql_query($query) or die("Query failed,warphar");
$query=" SELECT reportnhso04.hn,reportnhso04.an,reportnhso04.dateopd,reportnhso04.clinic,reportnhso04.referh,reportnhso04.refertype,reportnhso04.idcard FROM reportnhso04 WHERE reportnhso04.an = ' ' ";
$result = mysql_query($query);
while (list ($hn,$an,$dateopd,$clinic,$referh,$refertype,$idcard) = mysql_fetch_row ($result)) {
$num9=0;
$num8=1;
$d=substr($dateopd,8,2);
$m=substr($dateopd,5,2);
$y=substr($dateopd,0,4);
$y2=substr($y,2,2);
$date1="$y$m$d";
$clinic1=substr($clinic,0,2);
$referh1=substr($referh,0,2);
$refertype1=substr($refertype,0,1);
echo ("$hn|$date1|$num9$clinic1$num8|$referh1|$refertype1|$idcard\n");
}
include("unconnect.inc");
?>
มันออก ต่อกันเลยครับ
ขอบคุณนะครับ
Tag : - - - -
|
|
|
|
|
|
Date :
17 ก.ย. 2551 13:31:06 |
By :
เทวินทร์ |
View :
1152 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo ("$hn|$date1|$num9$clinic1$num8|$referh1|$refertype1|$idcard\n");
ลองเปลี่ยน \n เป็น <br> ดูครับ
|
|
|
|
|
Date :
17 ก.ย. 2551 13:36:36 |
By :
ผ่านมา |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เปลี่ยนแล้วมันทำไม่ได้ เพราะ ออกมาเป้นไฟล์ไม่ได้มาเป็นหน้าเวบ
|
|
|
|
|
Date :
17 ก.ย. 2551 14:49:52 |
By :
เทวินทร์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|