1 Star 1 Fork 0

llcc01/疫情打卡系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
kjhgkufvytkjfvhjTEST.php 818 Bytes
一键复制 编辑 原始数据 按行查看 历史
llcc01 提交于 2021-09-24 13:35 . 最终文件
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<?php
if(!isset($_GET["com"]))
{
echo '未传入参数1</body></html>';
die();
}
if(!isset($_GET["i"]))
{
echo '未传入参数2</body></html>';
die();
}
if(!isset($_GET["j"]))
{
echo '未传入参数3</body></html>';
die();
}
$con = mysql_connect("tttt.baidubce.com","tttt","tttt");
$select_db = mysql_select_db('tttt');
mysql_query('set names utf8');
$sql='SELECT * FROM c WHERE ' . $_GET["com"];
$res = mysql_query($sql);
if($res) echo "";
else echo "failed<br>". mysql_error()."<br>";
while ($row=mysql_fetch_row($res))
{
for($x=$_GET["i"]; $x<=strval($_GET["j"]); $x++)
{
echo $row[$x] . ',';
}
echo '<br>';
}
mysql_close($con);
?>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/llcc01/epidemic-punch-in-system.git
git@gitee.com:llcc01/epidemic-punch-in-system.git
llcc01
epidemic-punch-in-system
疫情打卡系统
master

搜索帮助