![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Hi there, i'm trying to use FTP with PHP. Thus i want to use the "ftp_connect" command. But i'm getting the error message "Fatal error: Call to unsupported or undefined function ftp_connect() in D:\html/ftp/ftp_open.php3 on line 12". When i put the line "include('php3_ftp.dll');" in my script, it seems as if the dll is read, but i get another error message: "Parse error: parse error in php3_ftp.dll on line 156" and the script doesn't work either. Has anyone already used FTP and how can i include this functionality into my scripts? Thanks for your help, Markus | |||
| | #2 | ||
| Markus Fruhmann wrote: > > Hi there, > i'm trying to use FTP with PHP. > Thus i want to use the "ftp_connect" command. But i'm getting the error message "Fatal error: Call to unsupported or undefined function ftp_connect() in D:\html/ftp/ftp_open.php3 on line 12". When i put the line "include('php3_ftp.dll');" in my script, it seems as if the dll is read, but i get another error message: "Parse error: parse error in php3_ftp.dll on line 156" and the script doesn't work either. > Has anyone already used FTP and how can i include this functionality into my scripts? > Thanks for your help, > Markus use the following syntax instead of include: dl ("php_ftp.dll"); -- Stas Trefilov Moscow Russia | |||
| Featured Websites | ||||
|
![]() |
| Tags: |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to include file from different server | neta | PHP | 4 | 11-26-2007 5:24 AM |
| Include | Lars Hansen | PHP | 1 | 07-01-2007 3:14 PM |
| Include statement | RA | HTML | 4 | 07-01-2007 1:45 PM |
| Windows Media Player 11 under Windows Vista | Emmanuel Debrosse | Windows | 4 | 05-28-2007 11:29 PM |
| cvs: pearweb /include/bugs pear-bug-accountrequest.php /include/pepr pepr.php /public_html/pepr pepr-proposal-edit.php /sql pearweb_mdb2schema.xml pepr.sql | Greg Beaver | Pear | 0 | 05-27-2007 7:47 PM |
| Featured Websites | ||||
|