can some one help me in ssl connection.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
asifkamalzahid
Forum Commoner
Posts: 36
Joined: Tue Nov 18, 2008 8:00 am

can some one help me in ssl connection.

Post by asifkamalzahid »

ftp_ssl_connect() is only available if both the ftp module and the OpenSSL support is built staticlly into php, this means that on Windows this function will be undefined in the official PHP builds. To make this function available on Windows you must compile your own PHP binaries.

(iw want to upload file file to server from my machine)
i have following problom


Fatal error: Call to undefined function ftp_ssl_connect() in C:\Inetpub\wwwroot\uploadfunctionpage.php on line 38
Post Reply