I need some help...
I try to do a ftp connection with php, but when i run the script it claims
that ftp_connect is "call to undefined function.
I have done a call to phpinfo, and it shows that ftp IS enabled! - Whats wrong?
Here is what i use:
$conn_id = ftp_connect("MyFtpSite");
$login_result = ftp_login($conn_id, "MyUserName", "MyPassword");
etc...
thanks for any help you can give me.
Jon A
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]