[PHP] Ftp issue - please help
Please help. i'm trying to access a remote ftp server , with my script. it all works nicely , i can log in , i can list folders , make folders, delete stuff, but NOT COPY FILES!! it gives this warning and no error. Warning: ftp_put: "/capetown" is current directory. in /home/www/cticc/incubator/applications/cm/compilecnfrm_edit.php on line 259 NOTE: i manually browse to the folder before operations HELLPP!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Clear form post data
um , lets say a form calls its own page , does some db operations and then returns to its former self , how do you get it to not perform said db operations on refresh? i.e the data is reposted and thus the submit variable still appears to be set? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] FTP ISSUE --- PLEEZ READ!
Please help. i'm trying to access a remote ftp server , with my script. it all works nicely , i can log in , i can list folders , make folders, delete stuff, but NOT COPY FILES!! it gives this warning and no error. Warning: ftp_put: "/capetown" is current directory. in /home/www/cticc/incubator/applications/cm/compilecnfrm_edit.php on line 259 NOTE: i manually browse to the folder before operations HELLPP!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Ftp PORT problem
Damn , i hate ftp'ing twas the simplest thing in development but noe i'm trying to deploy!! Pleez help! Getting an WARNING! ftp_put! PORT command succesfull on also the file doesn't seem to be uploading!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] DCOM , PHP on Linux
Hi there guys, We have a PHP application on a remote linux machine that needs to interoperate with a COM based interface on a windows machine. If both where on the same win32 machine things would have been easy , but unfortunately they aren't. What are the possible solutions available to me , i'm thinking one way would be to wrap the COM calls in a webservice on the linux side (SOAP?) , but that sounds like a lot of work. Are there any easy ways out? Anyone familiar with EntireX? Is there a way I can use that? My concern is that even if I get the linux box to chat DCOM , how does PHP know about it? Regards Conrad Strydom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php