PHP添加MySQL数据记录代码
首先建立查询页面:
复制代码 代码如下:
添加记录
大家应该还记得,在之前的专题中已经介绍过PHP页面之间如何传值的技术。同样,在这个页面里,当我们单击提交后,我们将把ename与pcname这两个参数通过post的方法传递给add_finish.php页面。
接下来是最重要的,让我们来看看如何用PHP编写添加MySQL数据的语句:
复制代码 代码如下:
$link =mysql_connect("localhost","root","管理员密码");
mysql_select_db("infosystem", $link);
$exec="insert into info (ename,pcname) values ('".$_POST["ename"]."','".$_POST["pcname"]."')";
mysql_query("SET NAMES GB2312");
mysql_query($exec, $link);
mysql_close($link);
echo "添加成功!";
?>
要提醒大家的是,一定要注意程序中的任何一个符号,因为这段程序是经过我测试正常通过的,大家在复制时只要全部复制就可以了,但在大家自己编写时一定要注意每一个细节。
还有一点就是,大家要根据自己的数据库结构对程序进行细微的修改来满足大家的特定需要。
今天的专题比较简略,大致介绍了如何用PHP添加MySQL数据记录。更详细的介绍我会在以后的专题中补充说明。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Dreamweaver CS6
Visual web development tools

WebStorm Mac version
Useful JavaScript development tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Zend Studio 13.0.1
Powerful PHP integrated development environment