PHP的FTP学习(二)[转自奥索]
ssed hidden every time --> <input type=hidden name=username value=<? echo $username; ?>> <input type=hidden name=password value=<? echo $password; ?>> <input type=hidden name=server value=<? echo $server; ?>> <input type=hidden name=cdir value=<? echo $here; ?>> <table> <tr> <td> <!-- file selection box --> <input type=file name=upfile> </td> </tr> <tr> <td> <!-- action for this form --> <input type=submit name=action value=Upload> </td> </tr> </table> </form> <!-- code for include.php ends here --> |
<< PHP的FTP学习(一)[转自奥索][网络] >>
查看所有评论
