Re: [PHP] /usr/bin/php error

2002-04-07 Thread Matt
Did you compile in ftp support? It's not there unless you do. http://www.php.net/manual/en/ref.ftp.php - Original Message - From: "Chris Kay" <[EMAIL PROTECTED]> > Would any one know why when I run command line php I get the following? > > [root@*** ]# /usr/bin/php /data/web/root/

[PHP] /usr/bin/php error

2002-04-07 Thread Chris Kay
Would any one know why when I run command line php I get the following? [root@*** ]# /usr/bin/php /data/web/root/***/getdata.php X-Powered-By: PHP/4.1.2 Content-type: text/html Fatal error: Call to undefined function: ftp_connect() in /data/web/root/***/getdata.php on line 16 --- C