Hi!
many thanks for that, managed to get it working fine on my computer, which is a window 2000 running apache, but any time i try it in a linux server it just throws up an error about resource : Warning: ftp_login() expects parameter 1 to be resource. Which would be true if :
Code: Select all
<?php
$conn_id = ftp_connect($ftp_server);
?>
Is the line thats failing for some reason, hence the ftp_login would fail.
I've tried it with the 's and also putting the hostname directly in ftp_connet, i've also tried a couple of other ftp servers. I'm about out of ideas!
Anyone have any more things i could try?
Many thanks,
RedRasper