search
Homephp教程php手册PHP查询MySQL数据库的完整代码

PHP查询MySQL数据库的完整代码

Jun 13, 2016 am 09:28 AM
mysqlphpcodewholedatabaseInquireofPlease note

PHP查询MySQL数据库的完整代码

 PHP 查询MySQL数据库的完整代码,使用时请注意修改连接语句中的用户名与密码。

$link = mysql_connect('localhost', 'root', '123456')  //烈火提示:请先修改用户名与密码
or die('Could not connect: ' . mysql_error()); 
mysql_select_db('ruida') or die('Could not select database'); 

// 执行 SQL 查询 
$query = 'SELECT * FROM product'; 
$result = mysql_query($query) or die('Query failed: ' . mysql_error()); 

// 用 HTML 显示结果 
echo "

\n"; 
while ($line = mysql_fetch_assoc($result)) { 
echo "\t\n"; 
foreach ($line as $col_value) { 
echo "\t\t\n"; 

echo "\t\n"; 

echo "
$col_value
\n"; 
// 释放结果集 
mysql_free_result($result); 
// 关闭连接 Liehuo.Org
mysql_close($link); 
?>
Statement
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 AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.