Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

PHP ghi 800 bản ghi vào tệp (.txt) từ cơ sở dữ liệu

xây dựng dữ liệu bạn muốn ghi trong một biến và chỉ cần ghi vào tệp. nó hiệu quả hơn nhiều.

$fp1 = fopen( 'obspg.txt', 'w' );

$outPut = "RETSKU\tProduct Title\tDetailed Description\tProduct Condition\tSelling Price\tAvailability\tProduct URL\tImage URL\tManufacturer Part Number\tManufacturer Name\tCategorization\tGender\tsize\tColor\n";

//retrive records from database and write to file
$result = mysqli_query($con,"SELECT * FROM `TABLE 1` ");
while($row = mysqli_fetch_array($result))
{
 $outPut .= $row[`id`]."\t".$row[`title`]."\t".  $row[`description`]."\t".$row[`condition`]."\t". $row[`price`]."\t".$row[`availability`]."\t".$row[`link`]."\t". $row[`image_link`]."\t".$row[`mpn`]."\t".$row[`brand`]."\t".$row[`google_product_category`]."\t".$row[`Gender`]."\t".$row[`size`]."\t".$row[`Color`]."\n";
} 

fwrite( $fp1,$outPut);
fclose( $fp1 );



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. SQL động là gì?

  2. MySQL FIND_IN_SET () không hoạt động như mong đợi

  3. Truy cập cơ sở dữ liệu MySQL trong trực quan hóa d3

  4. MySql - Có một hàng đợi truy vấn nào đó không

  5. CHỌN lỗi hàng đầu