[PHP] unable to use built in functions

2002-03-11 Thread CHANDRA VENKAT RAO
Hi When I do ftp_connect() or printer_open() function in my scripts which are built in functions but I get Fatal error. Call to undefined function printer_open() in /home/~web on line 11 Pl help me regards CVR

Re: [PHP] unable to use built in functions

2002-03-11 Thread Jason Wong
On Monday 11 March 2002 20:07, CHANDRA VENKAT RAO wrote: Hi When I do ftp_connect() or printer_open() function in my scripts which are built in functions but FTP functions are only available when you compile PHP with --enable-ftp. I get Fatal error. Call to undefined function

Re: [PHP] unable to use built in functions

2002-03-11 Thread Jason Wong
On Monday 11 March 2002 23:31, CHANDRA VENKAT RAO wrote: How do I know the php on the server is confired with ftp-enabled! Your PHP setup is NOT configured with --enable-ftp, that is why you're getting that error. How did you install PHP, from RPMs? from source? sorry I didn't get that