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

php json_encode kết quả mysql

$sql = mysql_query("SELECT * FROM item_details WHERE posting_id='$item_number'");
$results = array();
while($row = mysql_fetch_array($sql))
{
   $results[] = array(
      'title' => base64_decode($row['title']),
      'price' => $row['price'],
      'seller_user' => $row['user']
   );
}
$json = json_encode($results);



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. trình tạo / tạo trình lặp SqlAlchemy tích hợp hiệu quả bộ nhớ?

  2. Truy xuất MySQL bằng Kivy

  3. QueryException SQLSTATE [HY000] [1045] Quyền truy cập bị từ chối đối với người dùng 'homestead' @ 'localhost' (sử dụng mật khẩu:CÓ)

  4. Độ dài chỉ mục varchar của MySQL

  5. Lỗi chuỗi không chính xác khi thêm biểu tượng cảm xúc vào cơ sở dữ liệu thông qua biểu mẫu