strBean
02-22-2006, 01:07 PM
I'm adding a feature to a very simple web forum, to allow users to attach a file to their post. I have set up an additional ftp login with my host server, I've set the chmod to 777 on the directory that it points to, and now I've got some code. I get the error "call to undifined function: ftp_connect()"...
I see in the php manual (http://us3.php.net/manual/en/ref.ftp.php) that it says to "add the --enable-ftp option when installing PHP 4 or greater".
Does the error mean this is something I need to do?
If so, how? Add a line to my .htaccess file? If so, how?
I see in the php manual (http://us3.php.net/manual/en/ref.ftp.php) that it says to "add the --enable-ftp option when installing PHP 4 or greater".
Does the error mean this is something I need to do?
If so, how? Add a line to my .htaccess file? If so, how?