jquery+php查询数据库兑现json的例子
Jun 13, 2016 am 11:10 AM
jquery
json
nbsp
php
test
jquery+php查询数据库实现json的例子
哪位有这方面的例子?最近急需这方面的材料
------解决方案--------------------
参考
------解决方案--------------------
test.php
exit(json_encode(array('i1'=>'1','i2'=>'2',)));
jquery ajax请求
$.getJSON(
"test.php",
function(json){
alert("JSON Data: " + json.i1);
}
);
具体的详细的可以查看jquery手册
------解决方案--------------------
数据库查询就查看php手册吧
------解决方案--------------------
test.php
exit(json_encode(array('i1'=>'1','i2'=>'2',)));
jquery ajax请求
$.getJSON(
"test.php",
function(json){
alert("JSON Data: " + json.i1);
}
);
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article
Repo: How To Revive Teammates
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
How Long Does It Take To Beat Split Fiction?
3 weeks ago
By DDD
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌

Hot tools Tags

Hot Article
Repo: How To Revive Teammates
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
How Long Does It Take To Beat Split Fiction?
3 weeks ago
By DDD
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian

Huawei Watch GT 5 smartwatch gets update with new features

How To Set Up Visual Studio Code (VS Code) for PHP Development

How do you parse and process HTML/XML in PHP?

PHP Program to Count Vowels in a String

New Xiaomi Mijia Graphene Oil Heater with HyperOS arrives

7 PHP Functions I Regret I Didn't Know Before

Top 10 PHP CMS Platforms For Developers in 2024
