close
Blogtrottr
Yahoo!奇摩知識+ - 分類問答 - 電腦網路 - 發問中
Yahoo!奇摩知識+ - 分類問答 - 電腦網路 - 發問中 
PHP AJAX 讀資料庫 抓變數 (非常新手...)
Jan 12th 2015, 10:28

我有許多問題想請問一下各位大大..

1.
正常來講應該是要用, PHP 讀資料庫撈資料後,在傳到 AJAX 處理
還是說用 AJAX 讀資料庫撈資料後,就直接在 JavaScript 處理了呢?

如果是後面..那 PHP還 要做啥呢..這樣不就都交給前端就好了呢?!

2.
AJAX 的 url 應該是放只有資料的網頁,還是說可以放原本 index.php 的網頁呢..?!
AJAX 的 data 是資料嗎..? 我放了 PHP 的變數,可是讀得全部都是 HTML 所有程式碼,到底要怎麼取得變數或使用 PHP 的 function 呢...?

3.
現在我想要的是,讀資料庫撈資料後,由Jquery的mousedown事件,讓html的table表格的內容顯示資料,我應該怎麼做呢...?

4.
原本我是這樣,假設用 $abc 來存PHP讀資料庫撈的資料後,由AJAX取得PHP的變數,在用Jquery新增內容至Table,請問我這樣的想法對嗎...?!

JS 檔大概內容:
$.ajax({
url: 'index.php',
data: {$jsonarray},
datatype: 'json',
success: function(data){
console.log(data);
}
});

PHP 檔大概內容:
$data = new player($db);
$player = $data->getData();
$playerdata = array(
'p1' => array($player['rows'][0]['player_team'], $player['rows'][0]['player_name']),
'p2' => array($player['rows'][1]['player_team'], $player['rows'][1]['player_name']),
'p3' => array($player['rows'][2]['player_team'], $player['rows'][2]['player_name'])
);

$tempjson = json_encode($playerdata);
$jsonarray = json_decode($tempjson);
var_dump($jsonarray);

P.S.我真的網路爬文爬很久了..我真的不會AJAX...拜託神人救救我吧....

Recommended article: Chomsky: We Are All – Fill in the Blank.
This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 jmuko90 的頭像
    jmuko90

    2016【韓劇】奶酪陷阱劇情簡介及人物介紹奶酪陷阱 EP03 預告奶酪陷阱 線上看奶酪陷阱(捕鼠器裡的奶酪) 第1集

    jmuko90 發表在 痞客邦 留言(0) 人氣()