Home > php教程 > php手册 > PHP5对Mysql5的任意数据库表的管理代码示例(四)

PHP5对Mysql5的任意数据库表的管理代码示例(四)

WBOY
Release: 2016-06-13 10:31:20
Original
1884 people have browsed it

续:如果点击删除一个条目则会跳转到del.php(做为现在的主流开发语言)
//del.php(做为现在的主流开发语言)

Deleting an entry from the database



Delete an entry



$database = "sunsite";
$tablename = $_REQUEST[tablename];
echo "

Data from $tablename

";
MySQL(
source:php.cn
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template