can anybody tell me where can I find FTP MODULE for FTP functions .. because I'm trying to use some FTP commands but can't cause I get an error CALL TO UNKNOWN FUNCTION ftp_connect()
10x
Armando
I'm using linux and PHP 4 with appache
thats simple, you need to compile your php to enable the ftp support when compiling use "--enable-ftp" for ftp support and in the phpinfo() page you have see the ftp as an additional module section
Good Luck !