×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

PHP example - Do the FTP extension for PHP comes as standard with all versions of PHP?


PHP - Do the FTP extension for PHP comes as standard with all versions of PHP?

The FTP extension for PHP comes as standard with all Windows binary versions of PHP, however if you've got PHP installed on a Linux/Unix server then you’ll need to make sure that it was compiled with PHP support (--enable-ftp). To do this, just create a PHP script containing <?php echo phpinfo(); ?> and run it through your browser. Look for the FTP section and make sure FTP support is enabled.

PHP and FTP 101

Category: PHP

 
<< Go back