I need to move some files to FTP using PHP4. I tried with ftp_connect(). When I run the PHP page with this method, I got this error
Fatal error: Call to undefined function: ftp_connect()
After google, I found that, FTP should be enabled while installation of PHP. Now how can I enable FTP in my PHP4.?
(phpinfo()
doesnt show anything about FTP. I did these things in SERVER. But in my local everything works fine. phpinfo() shows FTP Enabled.)