Skip to main content

複製、貼上、改一下

  • 程式
    • AJAX
    • jQuery
    • MySQL
    • WordPress
    • PHP
    • 其他
  • 架站
    • debian
    • Linode

PHP & ajax

2020-10-222021-04-19 kaitty.tsai AJAX, PHP, Uncategorized
$.ajax({
url: '//www.gocar.idv.tw/tset/test.php',     
cache:false,      
async:false,     
type: "POST",     
dataType: 'json',     
data: '&key='+key ,     
success: function (data) {          
    $.each(data, function(index, val) {                   
    });
}, error:function(msg){         
      alert('錯誤!'+msg);     
    } 
});

Related posts:

  1. [PHP]Ajax CORS 錯誤
  2. [PHP]檔案上傳
  3. PHP 連接 MySQL 資料庫
  4. [PHP]計算2個日期之間有幾天
ajax php

文章導覽

[PHP]MySQL Temporary Table
mouseon 放大圖片

近期文章

  • MySQL 新增使用者&設定權限
  • [PHP] 安裝Laravel
  • [PHP] Debian 安裝 Composer
  • PHP 載入圖檔
  • PHP 多檔案上傳

近期留言

    彙整

    • 2022 年 6 月
    • 2022 年 5 月
    • 2022 年 2 月
    • 2021 年 11 月
    • 2020 年 12 月
    • 2020 年 11 月
    • 2020 年 10 月
    • 2020 年 9 月
    • 2020 年 8 月
    • 2020 年 4 月
    • 2020 年 3 月
    • 2019 年 12 月
    • 2019 年 11 月
    • 2019 年 10 月

    分類

    • AJAX
    • debian
    • jQuery
    • MySQL
    • PHP
    • Uncategorized
    • WordPress
    • 其他
    • 程式

    其他操作

    • 登入
    • 訂閱網站內容的資訊提供
    • 訂閱留言的資訊提供
    • WordPress.org 台灣繁體中文
    sparkling Theme by Colorlib Powered by WordPress