PHP的FTP学习(四)
<!-- code for index.html begins here --> <BR><html> <BR><head> <BR><basefont face=arial> <BR></head> <BR><BR><body> <BR><BR><table border=0 align=center> <BR><form action="actions.php" method=post> <BR><input type=hidden name=action value=CWD> <BR><tr> <BR><td> <BR>Server <BR><BR></td> <BR><td> <BR><input type=text name=server> <BR></td> <BR></tr> <BR><BR><tr> <BR><td> <BR>User <BR></td> <BR><td> <BR><input type=text name=username> <BR></td> <BR></tr> <BR><BR><tr> <BR><td> <BR>Password <BR></td> <BR><td> <BR><input type=password name=password> <BR></td> <BR></tr> <BR><BR><tr> <BR><td colspan=2 align=center> <BR><input type="submit" value="Beam Me Up, Scotty!"> <BR></td> <BR></tr> <BR><BR></form> <BR></table> <BR><BR></body> <BR></html> <BR><BR><!-- code for index.html ends here --> <BR>-------------------------------------------------------------------------------- <BR>-------------------------------------------------------------------------------- <BR><!-- code for actions.php begins here --> <BR><BR><html> <BR><head> <BR><basefont face=Arial> <BR></head> <BR><body> <BR><BR><? <BR>/* <BR>-------------------------------------------------------------------------------- <BR>DISCLAIMER: <BR><BR>This is use-at-your-own-risk code. <BR><BR>It is meant only for illustrative purposes_and_is not meant for production environments. No warranties of any kind are provided to the user. <BR><BR>You have been warned! <BR><BR>All code copyright Melonfire, 2000. Visit us at http://www.melonfire.com<BR>--------------------------------------------------------------------------------
页:
[1]