/ Published in: PHP
A simple example of how to send a file via FTP using PHP.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if (!$upload) { echo 'FTP upload failed!'; } ?>