In a php reference, there is a group of functions dealing with FTP. I tried to work with them, but an error appears because php doesn't recognize ftp_connect() function. do i need some library, or apache module?
Enable in php3.ini library as needed for use ftp functions(under Windows):
extension=php3_ftp.dll
hi , i want to connect to a remote database server trough scripting in php3.i am using function ftp_connect.but i error is coming.... Call to unsupported or undefined function ftp_connect() in c:\program files\apache group\apache\htdocs\ser\only_connection.php3 on line 5 please help me