Forum Webscript.Ru
Программирование => PHP => Тема начата: Evgeny от 26 Марта 2003, 19:56:34
-
Привет всем.
Вот сообщение об ошибке:
[B]Fatal error:[/B] Call to undefined function: ftp_connect() in ...
Версия php - "PHP Version 4.0.4pl1"
В чём может быть проблема? Где ф-цию искать?
Спасибо.
-
--enable-ftp для никсов при установке
extension=php_ftp.dll для win32 в php.ini
-
In order to use FTP functions with your PHP configuration, you should add the --enable-ftp option when installing PHP 4 or --with-ftp when using PHP 3.
The windows version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions.