[PHP-WIN] Argosoft/php send mail

2004-03-25 Thread Damnation
Hello i have php, apache,mysql and phpnuke on my win32 server we run a argosoft mail server and as you can see it sends mail back and fourth. unfortunatly php isn't sending the mail through it. i though at first it was phpnuke but after running a test from a custom php code written by a friend.

Re: [PHP-WIN] php_iconv.dll ???

2004-03-25 Thread Frank M. Kromann
iconv and libxml are compiled into php5ts.dll so you don't need the dll's in version 5. - Frank > I'm using php5.0.0rc1 and trying to use the new dom xml functions. I > thought that I needed the php_iconv.dll to do this, but it's not > distributed in the binary package. Do I even need this fo

php-windows Digest 26 Mar 2004 02:08:37 -0000 Issue 2182

2004-03-25 Thread php-windows-digest-help
php-windows Digest 26 Mar 2004 02:08:37 - Issue 2182 Topics (messages 23269 through 23280): PHP5RC1 and fasctcgi from Shane Caraveo 23269 by: Thierry B. PLEASE HELP...Email attachment corruption 23270 by: Ron.Herhuth.tatumpartners.com 23271 by: Roy Henderson

[PHP-WIN] php_iconv.dll ???

2004-03-25 Thread Jason Barnett
I'm using php5.0.0rc1 and trying to use the new dom xml functions. I thought that I needed the php_iconv.dll to do this, but it's not distributed in the binary package. Do I even need this for dom xml, and if so where can I download the extension? -- PHP Windows Mailing List (http://www.php.n

[PHP-WIN] Re: PLEASE HELP...Email attachment corruption

2004-03-25 Thread Manuel Lemos
Hello, On 03/25/2004 10:15 AM, Ron Herhuth wrote: I am dying here. I'm on a deadline and I can't get attachments...specifically PDFs and Word Docs to send without corruption. I am using the script below to send the emails, and I have used several of the classes on PHP.classes to try but everytime

Re: [PHP-WIN] Re: Replicating Double quotes

2004-03-25 Thread trystano
Here it is. Its the one you took the piss out of comments. Hi all, > > I have a problem in that when I am retrieving data from MySQL that containes > double quotes, the double quotes gets repeat, and also the string that does > contain double quotes gets double quotes added to the begin and end

[PHP-WIN] Re: w32api GUI

2004-03-25 Thread Bill Zeller
Hi, The FFI extension works great and seems to be more intuitive than w32api. Thanks for your help. -bill "Dvdmandt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi.. Intresting idea, but you really should forget about that extension.. It > doesn't really work, it's no longer und

[PHP-WIN] Re: PLEASE HELP...Email attachment corruption

2004-03-25 Thread DvDmanDT
Maybe the files are damaged even before they get to the php script? -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Ron Herhuth" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] I am dying here. I'm on a deadline and I can't get attachments...specifically PDFs a

[PHP-WIN] Re: w32api GUI

2004-03-25 Thread DvDmanDT
Hi.. Intresting idea, but you really should forget about that extension.. It doesn't really work, it's no longer under development and it's not supported afaik.. :p In PHP5, a new extension, named FFI will replace w32api.. I don't think it's included, so you'll have to get it from pecl or snaps.php

Re: [PHP-WIN] Convert string to date

2004-03-25 Thread trystano
Then were is the solution to my Data retrieval problem! :) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Convert string to date

2004-03-25 Thread Harpreet K. Singh
Thanks a lot. You seem to always come up with a solution that hits right at the problem and fixes it. Thanks a lot for all your help. Regards, Harpreet - Original Message - From: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]> To: "''Php-Windows ' '" <[EMAIL PROTECTED]> Sent: Tuesday, March

[PHP-WIN] Re: PLEASE HELP...Email attachment corruption

2004-03-25 Thread Justin Patrin
Ron Herhuth wrote: I am dying here. I'm on a deadline and I can't get attachments...specifically PDFs and Word Docs to send without corruption. I am using the script below to send the emails, and I have used several of the classes on PHP.classes to try but everytime the files show up and the error

RE: [PHP-WIN] PLEASE HELP...Email attachment corruption

2004-03-25 Thread Roy Henderson
Ron, A comment and a suggestion: 1) Your part separator should NOT be a constant - especially not a trivial one. Ideally it should be a random hash. As it stands, if one of your messages were to be incorporated into another message which also used the same trivial separator then you would encount

[PHP-WIN] PLEASE HELP...Email attachment corruption

2004-03-25 Thread Ron.Herhuth
I am dying here. I'm on a deadline and I can't get attachments...specifically PDFs and Word Docs to send without corruption. I am using the script below to send the emails, and I have used several of the classes on PHP.classes to try but everytime the files show up and the error reads "The File i

[PHP-WIN] PHP5RC1 and fasctcgi from Shane Caraveo

2004-03-25 Thread Thierry B.
Hi, did someone succeeded to run fastcgi for IIS from Shane Caraveo ( isapi_fcgi.dll ) with PHP5. I get the message "Server Error, unable to connect to fastcgi server." Thierry B. -- Click below to answer / cliquez ci dessous pour me repondre http://cerbermail.com/?MQkxTL4vUP -- PHP Windows M

php-windows Digest 25 Mar 2004 11:16:51 -0000 Issue 2181

2004-03-25 Thread php-windows-digest-help
php-windows Digest 25 Mar 2004 11:16:51 - Issue 2181 Topics (messages 23261 through 23268): Re: Email with attachments coming through damaged 23261 by: Justin Patrin 23265 by: Manuel Lemos I need to display records of a Database on html, 23262 by: M.Feoli 232

[PHP-WIN] Re: Session problem

2004-03-25 Thread Roman A Mikhailov
>I want to know how can i do to make the session dont expire?. i have an >application that works with sessions, when i left the browser open for a >while, i dont know maybe 30 minutes, when i try to go into a section it >throw me an error, for session expire, how can i fic that?. HI! / cookies