Any tips on trouble shooting this problem?

        Warning: php_network_getaddresses: getaddrinfo failed: Name or
service         not known in /xxx/xxx/xxx/xxx/new_user.php on line 121
        Could not establish FTP connection.

This is the code the error refers to:

        # set up basic connection
        $conn_id = ftp_connect($ftp_server)
        or die ('Could not establish FTP connection.');

The config file is somewhere else on the server - outside the public dir
for sec. reasons.

The info is correct. - I cannot divulge it, but it is correct (or let's
assume it is), so where to now???

- Victor | www.argilent.com  


______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to