📄 info_modify.php
字号:
<?
session_start();
include "include/connection.php";
$sql = "update rupang_av set subject = '$subject', source = '$source', url = '$url', comment = '$comment' where uid = '$uid';";
$result = mysql_query($sql);
if(!$result) {
echo "<script>
alert('荐沥窍瘤 给沁嚼聪促!!');
history.back();
</script>";
exit();
} else {
echo ("<meta http-equiv='Refresh' content='0; URL=infomation.php?uid=$uid'>");
exit();
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -