|
|
|
ถามเรื่องการเขียน ข้อมูลลงไฟล์ครับ include('connect.php'); ผมต้องการให้แสดง หนึ่ง field แล้ว ขึ้นบันทัดใหม่ แต่ปัญหา คือพอผมเข้าไปเปิดดูในไฟล์ |
|
|
|
|
|
|
|
ลองใช้ symbol \r\n แทน <br> นะฮะ
<?
function ReadNameFrom ($ParPathFile , &$contents)
{
$fp = fopen( $ParPathFile,"r");
$contents = fread( $fp, filesize($ParPathFile));
fclose($fp);
} // end of function ReadFromName $ParPathFile , $data)
function WriteNameFrom ($ParPathFile , $data)
{
$fp = fopen( $ParPathFile,"a");
fwrite($fp, $data);
fclose($fp);
} // end of function WriteNameFrom $ParPathFile , $data)
$data = "1 \r\n 2 \r\n " ;
$PathData = "file_test.txt" ;
WriteNameFrom ( $PathData , $data) ;
?>
|
|
|
|
|
Date :
11 เม.ย. 2548 12:07:14 |
By :
braveHeart |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|