|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I tried to use some ftp functions like :
ftp_connect(), ftp_nlist() , etc .... but it returns an error : call undefined function ftp_connect() What modules should I install in order to be able to use ftp function and how to configure it with PHP ??? Thanks in advance See ya !! ------------------ CyberOsc sphmjf_oscario@gurlmail.com ** It's the world of Oscario ** |
|
#2
|
|||
|
|||
|
Are you using php on unix or windows. The standard windows binaries from 4.0.3 on seem to have it included for you. But if you compile it yourself for unix you must include that in your configure command
|
|
#3
|
|||
|
|||
|
I'm using php on Linux
And I use PHP 4.0.2 How to configure it ?? I mean with what options ?? Does it need some modules to installed before I can configure it with my PHP ? Same question about odbc things ... Thanks in advance See ya !! ------------------ CyberOsc sphmjf_oscario@gurlmail.com ** It's the world of Oscario ** |
|
#4
|
|||
|
|||
|
when u configure php, do so with the
--with-ftp support module. I guess that takes care of includinf ftp support in php. |
|
#5
|
|||
|
|||
|
I've tried to configure PHP with
--with-ftp But it failed... it doesn't include FTP modules ... when i tried to use FTP functions.. it returns the same error message : "Call undefined function ftp_connect() at line .." Anybody help me please ?? Thanks in advance See ya !! ------------------ CyberOsc sphmjf_oscario@gurlmail.com ** It's the world of Oscario ** |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > using FTP function |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|