0
我有2頁:提交表單使用套接字
代碼:
http://emailser1.hostzi.com/default.php cointains:
<html>
<head><title></title></head>
<body>
<form action="formsend.php" method="post">
address: <input type="text" name="address">
<br/>
age: <input type="text" name="age">
<input type="submit" value="send">
</form>
</body>
</html>
http://emailser1.hostzi.com/dira/sentmail.php cointains:
<?php
echo $_POST["address"];
echo "<br />";
echo $_POST["age"];
?>
現在我該如何提交表單index.html並從sentmail.php中獲取值並在mirc中回顯? 我只需要一個例子>。 <
你已經知道如何使用'sockopen'連接了,Sasuke-kun? – 2013-03-31 14:13:33