HEX
Server: Apache
System: Linux ebs-107629 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64
User: shredder (65669)
PHP: 8.3.8
Disabled: link,symlink
Upload Files
File: /home/wwwroot/shredder/wwwroot/xunpan/demo.html
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>哆麦外贸网站询盘管理系统 - demo</title>
<style>
label {display:inline-block;width:120px;height:30px;line-height:30px}
</style>
</head>
<body>
<form action="./post.php" method="post" onsubmit="this.url.value=window.location.href">
    <label>Name:</label><input name="name"/><br/>
    <label>Email:</label><input name="email"/><br/>
    <label>Tel:</label><input name="tel"/><br/>
    <label>Product:</label><input name="product"/><br/>
    <label>Country:</label><input name="country_name"/><br/>
    <label>Company:</label><input name="company"/><br/>
    <label>Team:</label><input name="team"/><br/>
    <input type="hidden" name="url" value="这里填文章url"/>
    <label>Message:</label><textarea name="message"></textarea>
    <input type="submit" value="send"/>
</form>
</body>
</html>