<html>
<head>
<title>
跳客社区免费短信系统
</title>
</head>
<body>
<?php
echo"您要发送的号码为:".$_post["hm"]."您要发送的内容为:".$_post["lr"];
echo'<a href="
http://wap.sc.10086.cn/pams2/s/s.do?p=68&j=l&c=29997&to='.$_post["hm"].'&content='.$_post["lr"].'">点击发送</a>';
?>
<a href="./index.php?sid=[sid]">网站首页</a>
</body>
</html>
这是fs.php文件
下面是mfdx.php文件
<html>
<head>
<title>跳客社区免费短信系统</title>
</head>
<body><?php
echo'<form action="fs.php" method="post">
手机号码:
<input type="text" name="hn" value=""/>
发送内容:
<textarea name="lr"></textarea>
<input type="submit" name="" value="确认提交"/></form><br/不保证所有地区都能使用!
具体自测!
<a href="./index.php?sid=[sid]">网站首页</a>';
?></body>
</html>
为什么我从mfdx.php传输的表单到了fs.php文件的那个 点击发送 的链接没办法把post变量加在里面?
而且fs.php会乱码