CDitty
2003-04-15 23:26:14 UTC
I have a customer that is receiving the error message below. Everything is
working fine on my machine and I don't have a clue to what the error
is. Anyone have a clue?
Warning: ftp_login() expects parameter 1 to be resource, boolean given in
/import.php on line 60
Here is the code......
$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);
All of the variables have been set.
CDitty
working fine on my machine and I don't have a clue to what the error
is. Anyone have a clue?
Warning: ftp_login() expects parameter 1 to be resource, boolean given in
/import.php on line 60
Here is the code......
$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);
All of the variables have been set.
CDitty
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php