Re: [PHP] Re: Lists are back up

2001-06-19 Thread Jon A
I use Eudora, and it works fine for me, filtering on Cc lines. what I do: To: contains : [EMAIL PROTECTED] or Cc: contains : [EMAIL PROTECTED] transfer to: I/want/it/here Hope it helps Jon A At 22:43 18-06-01 -0500, David VanHorn wrote: >At 12:01 AM 6/19/01 +0200, Alexander Skwar wr

[PHP] ftp_put

2001-05-22 Thread Jon A
Hi, all. I try to do a file upload using the ftp_put function, where the source file is a string from a browse field When I try to do the upload php says that there is an error opening the local file. Does any of you know how to solve this problem? thanks in advance, Jon A -- PHP General

[PHP] xml parsing

2001-03-14 Thread Jon A
please help me... I'm working with some simple xml parsing. in my xml document i have a tag like this: which holds the path of a picture. in the xml parser i'm trying to output it as an tag, but nothing seems to work. some of the things i have tried: case "BILLEDE": p

[PHP] ftp connection

2001-02-26 Thread Jon A
;MyFtpSite"); $login_result = ftp_login($conn_id, "MyUserName", "MyPassword"); etc... thanks for any help you can give me. Jon A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont