代码拉取完成,页面将自动刷新
<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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。