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

Tạo một hàng trong bảng với các giá trị từ DB PHP

Hãy thử:

$facSecComponentID = array();
$facSecComponent = array();
$facSecComponentType = array();
$facSecComponentThickness = array();

while ($row = mysqli_fetch_array($data)) {
    $facSecComponentID[] = $row['facility_section_components_id'];
    $facSecComponent[] = $row['roof_component_id'];
    $facSecComponentType[] = $row['roof_component_type_id'];
    $facSecComponentThickness[] = $row['component_thickness'];
}

$numItems = mysqli_num_rows($result);

for($i=0;$i<$numItems;$i++){
    echo "<tr>";
    echo "<td>{$facSecComponent[$i]}</td>";
    echo "<td>{$facSecComponentType[$i]}</td>";
    echo "<td>{$facSecComponentThickness[$i]}</td>";
    echo "</tr>";   
}


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. tôi nên sử dụng truy vấn mysql nào để chọn một danh mục phù hợp với TẤT CẢ các tiêu chí của tôi?

  2. SQL_NO_CACHE không hoạt động

  3. Điều gì đã xảy ra đầu tiên trong mysql:tham gia hoặc ở đâu

  4. Làm thế nào trong VB.net, chúng tôi có thể mã hóa chuỗi cho SQL

  5. Truy cập cơ sở dữ liệu từ xa mysql từ dòng lệnh