Posts by Flavia Andrade • 91 points
2 posts
-
6
votes2
answers1431
viewsQ: Download file directly from FTP
How do I download a file directly from FTP without temporarily downloading to the PHP server? Code: <?php //.... $fcon = ftp_connect($ftp_host); $conecta = ftp_login($fcon, $ftp_username,…
-
2
votes0
answers43
viewsQ: Save a class instance
I’m new to programming, but I have a problem I can’t seem to solve. How do I save an instance of a class in PHP? Because currently I instate a class and after the script stops running, everything I…
phpasked Flavia Andrade 91