ID: 21395 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Other web server Operating System: linux PHP Version: 4.2.3 New Comment:
You should add a @ for the ftp_connect and ftp_login, etc ......... Previous Comments: ------------------------------------------------------------------------ [2003-01-03 13:56:56] [EMAIL PROTECTED] I have found a bug on page function.ftp-connect.html [chm date: 2002-12-27]... <?php // FTP-Verbindung echo "Verbindung herstellen......."; $hostip = gethostbyname(ftp2.kontent.de); $conn_id = ftp_connect($hostip); $login=ftp_login($conn_id,"XXXX.de","Passwort"); occured error message: Fatal error: Call to undefined function: ftp_connect() in /raid/domains/de/a/XXXX/htdocs/www/ftpupload.php on line 5 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21395&edit=1