PHP的FTP学习(四),PHP的FTP学习(四)
【 tulaoshi.com - PHP 】
以下是代码列表:
--------------------------------------------------------------------------------
<!-- code for index.html begins here --
<html
<head
<basefont face=arial
</head
<body
<table border=0 align=center
<form action="actions.php" method=post
<input type=hidden name=action value=CWD
<tr
<td
Server
</td
<td
<input type=text name=server
</td
</tr
<tr
<td
User
</td
<td
<input type=text name=username
</td
</tr
<tr
<td
Password
</td
<td
<input type=password name=password
</td
</tr
<tr
<td colspan=2 align=center
<input type="submit" value="Beam Me Up, Scotty!"
</td
</tr
</form
</table
</body
</html
<!-- code for index.html ends here --
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
<!-- code for actions.php begins here --
<html
<head
<basefont face=Arial
</head
<body
<?
/*
--------------------------------------------------------------------------------
DISCLAIMER:
This is use-at-your-own-risk code.
It is meant only for illustrative purposes and is not meant for production environments. No warranties of any kind are provided to the user.
You have been warned!
All code copyright Melonfire, 2000. Visit us at http://www.melonfire.com
--------------------------------------------------------------------------------
来源:http://www.tulaoshi.com/n/20160129/1488884.html
看过《PHP的FTP学习(四)》的人还看了以下文章 更多>>