Hi. I'm trying to implement a some file uploads in a script I'm making, and want to use the FTP-functions availible in PHP.
PHP is compiled with --with-ftp, but when I use, for instance, the ftp_connect()-function PHP complains about "unknown function"! What am I doing wrong? Should I in some way tell PHP that this function lays within a module?
Please help me!
Markus, Norway