FTP issues after upgrading from php 4.3.3 to 4.3.4
Posted: Fri Nov 21, 2003 11:37 am
Hi All,
I have some code, which now, since i have upgraded to 4.3.4
One of two things happens, one it doesn't do anything and i get a blank screen, or two i get
"Warning: ftp_login() expects parameter 1 to be resource"
Does anyone have any ideas?
Cheers
RedRasper
I have some code, which now, since i have upgraded to 4.3.4
Code: Select all
<?php
$conn_id = ftp_connect($ftp_server);
$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);
?>"Warning: ftp_login() expects parameter 1 to be resource"
Does anyone have any ideas?
Cheers
RedRasper