在php入门教程中php mysql是少不了的,下面我们就要告诉各位关于php mysql数据删除,更新,插入保存数据代码下面来一一看实例
一、数据删除
代码如下 | 复制代码 | ||||||||||||
//连接数据库教程 $result=mysql_query("select * from userinfo");
}//显示列表的内容 $sql="delete from userinfo where id=".$_GET[id]; }//else($id部分) |
二、php数据修改
代码如下 | 复制代码 | ||||||||||||
//连接数据库 $result=mysql_query("select * from userinfo");
}//显示列表的内容 }// if(!$_POST[ok]) else{//针对$ok被激活后的处理: $sql="update userinfo set username='".$_POST[username]."',gender='".$_POST[gender]."',age='".$_POST[age]."',regdate='".$_POST[regdate]."' where id='".$_POST[id]."'"; $result=mysql_query($sql); if($result) echo "记录已经成功修改 继续修改记录www.111cn.net"; else echo "记录修改失败 返回"; } }//else($id部分) } // end if ?> |
三、php数据保存
代码如下 | 复制代码 |
if($_POST[ok]) }//end if ?> |

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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

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

Atom editor mac version download
The most popular open source editor

Dreamweaver CS6
Visual web development tools
