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

Kết nối dữ liệu ứng dụng Android với cơ sở dữ liệu trang web

Kiểm tra mã php này vì kết quả của bạn trống:

if (isset ($_GET ["name"])){
    $name = mysql_real_escape_string($_GET ["name"]);
    $query = htmlentities ($query);
    mysql_query("SET NAMES 'utf8'");
    $query = mysql_query("SELECT * FROM my_table WHERE name = '$name');
    $result = mysql_query($query);


    $rows = array();

            if (!empty($result)){
                while($r = mysql_fetch_assoc($result)){
                        // $rows[] = $r; has the same effect, without the superfluous data attribute
                        $r["Column1"] = $r["Column1"];
                        $r["Column2"] = $r["Column2"]; //You can add many columns like the table have
                        $rows[] = $r;                       
                        //$rows[] = array('Deal' => $r);
                    }

                    echo json_encode($rows);

                }

}



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Làm cách nào để tăng tốc độ phân tích dữ liệu này?

  2. MySQL được lưu trữ thủ tục hoặc mã php?

  3. MySQL - SQL_BIG_SELECTS

  4. Cần trợ giúp kết nối PHP Engine App của tôi với Cơ sở dữ liệu Google Cloud SQL của tôi

  5. Ngăn gia tăng tự động InnoDB TRÊN KHÓA DUPLICATE