php-general Digest 21 Apr 2010 12:03:02 -0000 Issue 6704

2010-04-21 Thread php-general-digest-help
php-general Digest 21 Apr 2010 12:03:02 - Issue 6704 Topics (messages 304273 through 304304): Re: Hello everybody - php newbie from switzerland 304273 by: Dan Joseph 304284 by: David McGlone How to enable mail function with postfix supported. 304274 by: ttplayer

[PHP] PHP imap_open login delay (Cyrus IMAP)

2010-04-21 Thread Evgeniy Arbatov
Hello, I would like to ask you a question about the PHP imap_open call. I have an issue with imap_open producing an unreasonable delay when logging into the Cyrus IMAP server. The delay is exactly 5 seconds and it is constant across different connections. 1 0.00 TCP 40496 imap [SYN]

Re: [PHP] Mail Function Using PEAR Issues

2010-04-21 Thread Peter Lind
On 21 April 2010 04:25, Alice Wei aj...@alumni.iu.edu wrote: Well, from my experience with Ubuntu, looks like that it does not do that. Unless, I am doing it wrong? So did you try using the 'smtp' backend and passing all the connection details rather than 'mail'? -- hype WWW: http://plphp.dk

Re: [PHP] Mail Function Using PEAR Issues

2010-04-21 Thread Ken Guest
The PEAR Mail package does not fall back from one mechanism to another if the first fails. On Tue, Apr 20, 2010 at 9:16 PM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Tue, 2010-04-20 at 22:17 +0200, Peter Lind wrote: On 20 April 2010 20:17, Alice Wei aj...@alumni.iu.edu wrote:

[PHP] replying to list

2010-04-21 Thread David McGlone
Why is the list set up to reply to the OP and not the list? -- Blessings, David M. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 00:08 +0200, Nick Balestra wrote: Hello everybody, I am NIck, from Locarno (southern switzerland) i am getting into php development for my own start-up company, maybe there are other people near me that would be nice to know for networking and alike. I will post here

Re: [PHP] replying to list

2010-04-21 Thread Michiel Sikma
On 21 April 2010 11:23, David McGlone da...@dmcentral.net wrote: Why is the list set up to reply to the OP and not the list? -- Blessings, David M. Is it? I didn't notice. I just use reply to all which puts the list in the CC, and that works just fine for me. Michiel

Re: [PHP] Date Math

2010-04-21 Thread Michiel Sikma
On 20 April 2010 17:40, Floyd Resler fres...@adex-intl.com wrote: I need to get the difference in months between two dates. The dates could be as much as 60 months apart. Is there any easy way to do this either through PHP or MySQL? I know how I can do it through code but thought there

Re: [PHP] replying to list

2010-04-21 Thread Daniel Egeberg
On Wed, Apr 21, 2010 at 11:23, David McGlone da...@dmcentral.net wrote: Why is the list set up to reply to the OP and not the list? Try having a look at the headers. These are the headers on the mail you sent: From: David McGlone da...@dmcentral.net To: PHP php-general@lists.php.net It is

Re: [PHP] replying to list

2010-04-21 Thread Ashley Sheridan
On Wed, 2010-04-21 at 05:23 -0400, David McGlone wrote: Why is the list set up to reply to the OP and not the list? -- Blessings, David M. It's just standard list format I thought. A decent email client will recognise the email is a mailing list one and give you the options to reply

Re: [PHP] replying to list

2010-04-21 Thread Karl DeSaulniers
Hi, I think the problem or the bad form, if you will, is using reply-all. All you need to do is hit reply and it should just send a message back to the list. Everyone gets the list messages. If the reply-to is not set, type in the list email in the to and the reply-to in your message and that

[PHP] Want a answer about php-cgi

2010-04-21 Thread Sharl.Jimh.Tsin
hi,everyone I installed php 5.3.2 from source. this is my configurate string: $ ./configure --prefix=/usr/local/php --bindir=/usr/local/bin --sbindir=/usr/local/sbin --sysconfdir=/etc/sysconfig --localstatedir=/var --enable-fpm --enable-calendar --enable-dba-shared --enable-exif --enable-ftp

Re: [PHP] replying to list

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 11:34 +0200, Michiel Sikma wrote: On 21 April 2010 11:23, David McGlone da...@dmcentral.net wrote: Why is the list set up to reply to the OP and not the list? -- Blessings, David M. Is it? I didn't notice. I just use reply to all which puts the list in the

Re: [PHP] replying to list

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 10:36 +0100, Ashley Sheridan wrote: On Wed, 2010-04-21 at 05:23 -0400, David McGlone wrote: Why is the list set up to reply to the OP and not the list? -- Blessings, David M. It's just standard list format I thought. A decent email client will

Re: [PHP] replying to list

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 05:08 -0500, Karl DeSaulniers wrote: Hi, I think the problem or the bad form, if you will, is using reply-all. All you need to do is hit reply and it should just send a message back to the list. Everyone gets the list messages. If the reply-to is not set, type in the

[PHP] ViaFirma php Client

2010-04-21 Thread Ruben Crespo
Has someone implemented the php client of viafirma [ http://www.viafirma.com/]? Thanks !!! -- http://peachep.wordpress.com

Re[2]: [PHP] replying to list

2010-04-21 Thread Andre Polykanine
Hello David, I agree with you, David. I'm subscribed to twenty mailing lists or so, and it's the only one that is set in a such weird way. I have a template that works if replying to the list, but here it obviously doesn't work. -- With best regards from Ukraine, Andre Skype: Francophile;

Re: [PHP] replying to list

2010-04-21 Thread Per Jessen
David McGlone wrote: I use Evolution, Kmail, and occasionally lookout and all of them are decent e-mail clients. Also, of all the mailing lists I am on, this is the only one that, when replying it goes to the OP and not the list. http://www.unicom.com/pw/reply-to-harmful.html I haven't

Re: [PHP] Want a answer about php-cgi

2010-04-21 Thread shiplu
Did you try --with-fastcgi or --enable-fastcgi Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest) On Wed, Apr 21, 2010 at 5:17 PM,

Re: [PHP] replying to list

2010-04-21 Thread Karl DeSaulniers
Exactly. :) Karl On Apr 21, 2010, at 5:38 AM, David McGlone wrote: Maybe it's not how the list is set up, but instead how people are replying to the list. Karl DeSaulniers Design Drumm http://designdrumm.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Want a answer about php-cgi

2010-04-21 Thread Sharl.Jimh.Tsin
Sorry,i don't add it. and i can not find them in the ./configure --help context. does this string really exist? thankx a lot. Best regards, Sharl.Jimh.Tsin 2010/4/21 shiplu shiplu@gmail.com: Did you try   --with-fastcgi or --enable-fastcgi Shiplu Mokaddim My talks,

Re: [PHP] replying to list

2010-04-21 Thread Nick Balestra
Not really i think, because by replying it just direct reply to the OP, while other systems like google groups for example by replying you just post to the list, and actually make more sense. the easy way is to hit reply and change the to into php-general@lists.php.net or reply to all and

Re: [PHP] replying to list

2010-04-21 Thread Ashley Sheridan
On Wed, 2010-04-21 at 13:00 +0200, Nick Balestra wrote: Not really i think, because by replying it just direct reply to the OP, while other systems like google groups for example by replying you just post to the list, and actually make more sense. the easy way is to hit reply and change

Re: [PHP] Want a answer about php-cgi

2010-04-21 Thread Sharl.Jimh.Tsin
added it,but still no found. 囧rz Best regards, Sharl.Jimh.Tsin 2010/4/21 Sharl.Jimh.Tsin amoiz.sh...@gmail.com: Sorry,i don't add it. and i can not find them in the ./configure --help context. does this string really exist? thankx a lot. Best regards, Sharl.Jimh.Tsin 2010/4/21

Re: [PHP] replying to list

2010-04-21 Thread Peter Lind
On 21 April 2010 12:38, David McGlone da...@dmcentral.net wrote: Maybe it's not how the list is set up, but instead how people are replying to the list. One would think that in a tech world where most programmers/developers try to minimize the workload and a good programmer is lazy is seen as

Re: [PHP] replying to list

2010-04-21 Thread David Robley
Ashley Sheridan wrote: On Wed, 2010-04-21 at 13:00 +0200, Nick Balestra wrote: Not really i think, because by replying it just direct reply to the OP, while other systems like google groups for example by replying you just post to the list, and actually make more sense. the easy way is

[PHP] replying to list (I give up)

2010-04-21 Thread David McGlone
I give up. trying to reply to messages on this list is tedious. I can't pinpoint whether it's because the list is set up to make replies go to the OP or the OP has his reply-to in his mail client set, or most people are hitting the reply-to button instead of simply reply. It just doesn't make

Re: [PHP] replying to list (I give up)

2010-04-21 Thread shiplu
The reply-to header should be changed to php-gene...@lists.php.net. I experience many dev list that are configured this way. So, in my gmail i change my habit to press a instead of r. Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers,

Re: [PHP] Date Math

2010-04-21 Thread Floyd Resler
On Apr 21, 2010, at 5:39 AM, Michiel Sikma wrote: On 20 April 2010 17:40, Floyd Resler fres...@adex-intl.com wrote: I need to get the difference in months between two dates. The dates could be as much as 60 months apart. Is there any easy way to do this either through PHP or MySQL? I

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Per Jessen
David McGlone wrote: I give up. trying to reply to messages on this list is tedious. I can't pinpoint whether it's because the list is set up to make replies go to the OP or the OP has his reply-to in his mail client set, or most people are hitting the reply-to button instead of simply reply.

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Daniel Egeberg
On Wed, Apr 21, 2010 at 14:27, David McGlone da...@dmcentral.net wrote: I give up. trying to reply to messages on this list is tedious. I can't pinpoint whether it's because the list is set up to make replies go to the OP or the OP has his reply-to in his mail client set, or most people are

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Hans Åhlin
Why change the way that has been around for years and adopted by multiple e-mail lists? It feels like it's more problem to change the way for thousands of users just to satisfy a couple of few. ** Hans Åhlin Tel: +46761488019

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Peter Lind
On 21 April 2010 14:38, Hans Åhlin ahlin.h...@kronan-net.com wrote: Why change the way that has been around for years and adopted by multiple e-mail lists? It feels like it's more problem to change the way for thousands of users just to satisfy a couple of few. David was venting based on a

Re: [PHP] replying to list (I give up)

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 14:42 +0200, Daniel Egeberg wrote: On Wed, Apr 21, 2010 at 14:27, David McGlone da...@dmcentral.net wrote: I give up. trying to reply to messages on this list is tedious. I can't pinpoint whether it's because the list is set up to make replies go to the OP or the OP

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Ashley Sheridan
On Wed, 2010-04-21 at 14:49 +0200, Peter Lind wrote: On 21 April 2010 14:38, Hans Åhlin ahlin.h...@kronan-net.com wrote: Why change the way that has been around for years and adopted by multiple e-mail lists? It feels like it's more problem to change the way for thousands of users just

Re: [PHP] replying to list (I give up)

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 14:49 +0200, Peter Lind wrote: On 21 April 2010 14:38, Hans Åhlin ahlin.h...@kronan-net.com wrote: Why change the way that has been around for years and adopted by multiple e-mail lists? It feels like it's more problem to change the way for thousands of users just to

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Ashley Sheridan
On Wed, 2010-04-21 at 08:56 -0400, David McGlone wrote: On Wed, 2010-04-21 at 14:42 +0200, Daniel Egeberg wrote: On Wed, Apr 21, 2010 at 14:27, David McGlone da...@dmcentral.net wrote: I give up. trying to reply to messages on this list is tedious. I can't pinpoint whether it's because

Re: [PHP] replying to list

2010-04-21 Thread Robert Cummings
Karl DeSaulniers wrote: Hi, I think the problem or the bad form, if you will, is using reply-all. All you need to do is hit reply and it should just send a message back to the list. Everyone gets the list messages. If the reply-to is not set, type in the list email in the to and the

RE: [PHP] replying to list

2010-04-21 Thread Bob McConnell
From: David Robley Ashley Sheridan wrote: On Wed, 2010-04-21 at 13:00 +0200, Nick Balestra wrote: Not really i think, because by replying it just direct reply to the OP, while other systems like google groups for example by replying you just post to the list, and actually make more sense.

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Robert Cummings
David McGlone wrote: On Wed, 2010-04-21 at 14:49 +0200, Peter Lind wrote: On 21 April 2010 14:38, Hans Åhlin ahlin.h...@kronan-net.com wrote: Why change the way that has been around for years and adopted by multiple e-mail lists? It feels like it's more problem to change the way for thousands

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Ken Kixmoeller
Daniel Egeberg wrote: Then get a better email client if yours doesn't support reply to all or reply to group. It's hardly the mailing list's fault that your client doesn't support that. Nonsense. I have used lists like this for many, many years. PHP lists are the only ones I have ever used

Re: [PHP] replying to list (I give up)

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 13:56 +0100, Ashley Sheridan wrote: On Wed, 2010-04-21 at 08:56 -0400, David McGlone wrote: On Wed, 2010-04-21 at 14:42 +0200, Daniel Egeberg wrote: On Wed, Apr 21, 2010 at 14:27, David McGlone da...@dmcentral.net wrote: I give up. trying to reply to messages on

Re: [PHP] replying to list (I give up)

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 09:19 -0400, Robert Cummings wrote: David McGlone wrote: On Wed, 2010-04-21 at 14:49 +0200, Peter Lind wrote: On 21 April 2010 14:38, Hans Åhlin ahlin.h...@kronan-net.com wrote: Why change the way that has been around for years and adopted by multiple e-mail lists?

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Dan Joseph
On Wed, Apr 21, 2010 at 9:33 AM, David McGlone da...@dmcentral.net wrote: I'm not passing judgment, It just saddens me that I have to send multiple messages and this isn't because of anyone, it's because of my lack of knowledge on how to reply to lists that are set up in this way. But I think

[PHP] Getting Array to Display

2010-04-21 Thread Gary
=100px//td'; } As a bonus question, does anyone have any idea why the image would show up in IE8, and not FF? Thanks for your help. Gary __ Information from ESET Smart Security, version of virus signature database 5047 (20100421) __ The message was checked by ESET Smart

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Peter Lind
On 21 April 2010 15:41, Dan Joseph dmjos...@gmail.com wrote: When you hit reply all, just take out all the other addresses and leave the list one in there.  The list was setup like this years ago on purpose, and they've stated in the past they don't want to change it.. And waste time every

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Daniel Brown
On Wed, Apr 21, 2010 at 09:41, Dan Joseph dmjos...@gmail.com wrote: When you hit reply all, just take out all the other addresses and leave the list one in there.  The list was setup like this years ago on purpose, and they've stated in the past they don't want to change it.. And we

[PHP] Re: replying to list (I give up)

2010-04-21 Thread Michelle Konzack
Hello David McGlone, Am 2010-04-21 08:27:18, hacktest Du folgendes herunter: I give up. trying to reply to messages on this list is tedious. I can't pinpoint whether it's because the list is set up to make replies go to the OP or the OP has his reply-to in his mail client set, or most people

Re: [PHP] replying to list

2010-04-21 Thread Robert Cummings
David McGlone wrote: On Wed, 2010-04-21 at 11:34 +0200, Michiel Sikma wrote: On 21 April 2010 11:23, David McGlone da...@dmcentral.net wrote: Why is the list set up to reply to the OP and not the list? -- Blessings, David M. Is it? I didn't notice. I just use reply to all which puts the

[PHP] Re: replying to list

2010-04-21 Thread Michelle Konzack
Hello David McGlone, Am 2010-04-21 05:23:07, hacktest Du folgendes herunter: Why is the list set up to reply to the OP and not the list? Because a Reply-To-List Button exist in Evolution! :-D Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator --

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Robert Cummings
Peter Lind wrote: On 21 April 2010 15:41, Dan Joseph dmjos...@gmail.com wrote: When you hit reply all, just take out all the other addresses and leave the list one in there. The list was setup like this years ago on purpose, and they've stated in the past they don't want to change it.. And

Re: [PHP] Getting Array to Display

2010-04-21 Thread Ashley Sheridan
signature database 5047 (20100421) __ The message was checked by ESET Smart Security. http://www.eset.com You say you're getting an entry of Array in your table. Is this after performing an insert query from the form? If so, we're gonna need to see the code for that! If it's

Re: [PHP] replying to list (I give up)

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 09:41 -0400, Dan Joseph wrote: On Wed, Apr 21, 2010 at 9:33 AM, David McGlone da...@dmcentral.net wrote: I'm not passing judgment, It just saddens me that I have to send multiple messages and this isn't because of anyone, it's because of my lack of knowledge on how

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Hans Åhlin
2010/4/21 David McGlone da...@dmcentral.net: On Wed, 2010-04-21 at 14:49 +0200, Peter Lind wrote: On 21 April 2010 14:38, Hans Åhlin ahlin.h...@kronan-net.com wrote: Why change the way that has been around for years and adopted by multiple e-mail lists? It feels like it's more problem to

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Hans Åhlin
2010/4/21 David McGlone da...@dmcentral.net: On Wed, 2010-04-21 at 14:49 +0200, Peter Lind wrote: On 21 April 2010 14:38, Hans Åhlin ahlin.h...@kronan-net.com wrote: Why change the way that has been around for years and adopted by multiple e-mail lists? It feels like it's more problem to

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Peter Lind
On 21 April 2010 14:56, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Wed, 2010-04-21 at 08:56 -0400, David McGlone wrote: On Wed, 2010-04-21 at 14:42 +0200, Daniel Egeberg wrote: On Wed, Apr 21, 2010 at 14:27, David McGlone da...@dmcentral.net wrote: I give up. trying to reply to

Re: [PHP] replying to list (I give up)

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 16:12 +0200, Hans Åhlin wrote: 2010/4/21 David McGlone da...@dmcentral.net: On Wed, 2010-04-21 at 14:49 +0200, Peter Lind wrote: On 21 April 2010 14:38, Hans Åhlin ahlin.h...@kronan-net.com wrote: Why change the way that has been around for years and adopted by

RE: [PHP] replying to list (I give up)

2010-04-21 Thread Tommy Pham
I'm sure that the reason why the this list and a few others are setup this way so that if anyone want to reply just to the OP can do so without having to figure out or remembering the e-mail address of the sender. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Michiel Sikma
On 21 April 2010 15:41, Dan Joseph dmjos...@gmail.com wrote: When you hit reply all, just take out all the other addresses and leave the list one in there. The list was setup like this years ago on purpose, and they've stated in the past they don't want to change it.. -- -Dan Joseph I'd

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Daniel Egeberg
On Wed, Apr 21, 2010 at 16:12, Hans Åhlin ahlin.h...@kronan-net.com wrote: 2010/4/21 David McGlone da...@dmcentral.net: On Wed, 2010-04-21 at 14:49 +0200, Peter Lind wrote: On 21 April 2010 14:38, Hans Åhlin ahlin.h...@kronan-net.com wrote: Why change the way that has been around for years

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Daniel Egeberg
On Wed, Apr 21, 2010 at 16:32, Tommy Pham tommy...@gmail.com wrote: I'm sure that the reason why the this list and a few others are setup this way so that if anyone want to reply just to the OP can do so without having to figure out or remembering the e-mail address of the sender. Yes, plus

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Daniel Brown
On Wed, Apr 21, 2010 at 10:20, David McGlone da...@dmcentral.net wrote: I just received 3 copies of this message. One went to my PHP folder and 2 went to my Inbox. It was sent multiple times. Probably an intentional demonstration of irony. ;-P -- /Daniel P. Brown

RE: [PHP] replying to list (I give up)

2010-04-21 Thread Tommy Pham
-Original Message- From: daniel.egeb...@gmail.com [mailto:daniel.egeb...@gmail.com] On Behalf Of Daniel Egeberg Sent: Wednesday, April 21, 2010 7:40 AM To: Tommy Pham Cc: php-general@lists.php.net Subject: Re: [PHP] replying to list (I give up) snip I'm using gmail's label which

Re: [PHP] Getting Array to Display

2010-04-21 Thread Gary
Smart Security, version of virus signature database 5047 (20100421) __ The message was checked by ESET Smart Security. http://www.eset.com You say you're getting an entry of Array in your table. Is this after performing an insert query from the form? If so, we're gonna need to see

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Per Jessen
David McGlone wrote: Also, I do not want this discussion to turn into a flame war or anything of such. I am simply just trying to have a discussion and learn why and how there is different behavior here, but not anywhere else. David, the PHP list behaves like hundreds or thousands of others

Re: [PHP] Getting Array to Display

2010-04-21 Thread Ashley Sheridan
'; } As a bonus question, does anyone have any idea why the image would show up in IE8, and not FF? Thanks for your help. Gary __ Information from ESET Smart Security, version of virus signature database 5047 (20100421) __ The message was checked by ESET Smart

Re: [PHP] Getting Array to Display

2010-04-21 Thread Richard Quadling
in IE8, and not FF? Thanks for your help. Gary __ Information from ESET Smart Security, version of virus signature database 5047 (20100421) __ The message was checked by ESET Smart Security. http://www.eset.com You say you're getting an entry of Array in your table

Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread tedd
At 12:08 AM +0200 4/21/10, Nick Balestra wrote: Hello everybody, I am NIck, from Locarno (southern switzerland) i am getting into php development for my own start-up company, maybe there are other people near me that would be nice to know for networking and alike. I will post here all my

Re: [PHP] replying to list (I give up)

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 17:07 +0200, Per Jessen wrote: David McGlone wrote: Also, I do not want this discussion to turn into a flame war or anything of such. I am simply just trying to have a discussion and learn why and how there is different behavior here, but not anywhere else.

Re: [PHP] replying to list (I give up)

2010-04-21 Thread tedd
At 8:27 AM -0400 4/21/10, David McGlone wrote: I give up. trying to reply to messages on this list is tedious. I can't pinpoint whether it's because the list is set up to make replies go to the OP or the OP has his reply-to in his mail client set, or most people are hitting the reply-to button

Re: [PHP] replying to list (I give up)

2010-04-21 Thread Per Jessen
David McGlone wrote: On Wed, 2010-04-21 at 17:07 +0200, Per Jessen wrote: David McGlone wrote: Also, I do not want this discussion to turn into a flame war or anything of such. I am simply just trying to have a discussion and learn why and how there is different behavior here, but not

RE: [PHP] Mail Function Using PEAR Issues

2010-04-21 Thread Alice Wei
From: peter.e.l...@gmail.com Date: Wed, 21 Apr 2010 09:29:19 +0200 Subject: Re: [PHP] Mail Function Using PEAR Issues To: aj...@alumni.iu.edu CC: a...@ashleysheridan.co.uk; php-general@lists.php.net On 21 April 2010 04:25, Alice Wei aj...@alumni.iu.edu wrote: Well, from my experience

Re: [PHP] Getting Array to Display

2010-04-21 Thread Gary
. Gary __ Information from ESET Smart Security, version of virus signature database 5047 (20100421) __ The message was checked by ESET Smart Security. http://www.eset.com You say you're getting an entry of Array in your table. Is this after performing an insert query

[PHP] Re: replying to list (I give up)

2010-04-21 Thread Michelle Konzack
Hello Peter Lind, Am 2010-04-21 15:47:54, hacktest Du folgendes herunter: And waste time every single time you post to the list ... why do people become programmers/developers again? To end creating technical solutions they can then avoid using by doing extra, pointless manual work? Hmmm,

[PHP] Re: replying to list (I give up)

2010-04-21 Thread Michelle Konzack
Hello Michiel Sikma, Am 2010-04-21 16:35:50, hacktest Du folgendes herunter: I'd like to refrain from actually passing judgement on this issue--since I use reply-all by default I could live with both of these settings--but I'm still curious as to why the list is set up the way it is. What

[PHP] Re: Getting Array to Display

2010-04-21 Thread Gary
in IE8, and not FF? Thanks for your help. Gary __ Information from ESET Smart Security, version of virus signature database 5047 (20100421) __ The message was checked by ESET Smart Security. http://www.eset.com __ Information from ESET NOD32 Antivirus, version

[PHP] Re: replying to list (I give up)

2010-04-21 Thread Michelle Konzack
Hello Hans Åhlin, Am 2010-04-21 16:12:06, hacktest Du folgendes herunter: Strange I only got one, but it ma be a mail server filter For me it is only worse, because if someone respond to a message with ME in the Cc:, the Cc'ed message arrive first and will be trashed because I have setup a

Re: [PHP] Getting Array to Display

2010-04-21 Thread Gary
of virus signature database 5047 (20100421) __ The message was checked by ESET Smart Security. http://www.eset.com You say you're getting an entry of Array in your table. Is this after performing an insert query from the form? If so, we're gonna need to see the code

[PHP] Re: replying to list (I give up)

2010-04-21 Thread Michelle Konzack
Hello David McGlone, Am 2010-04-21 09:37:48, hacktest Du folgendes herunter: Yes. but if it was so harmful, why does the 40, 50 or so lists that I've been on, simply let you hit the reply and it goes back to the list? Can you tell me which list these are? I assume that on most of those

Re: [PHP] Re: replying to list (I give up)

2010-04-21 Thread Peter Lind
On 21 April 2010 20:09, Michelle Konzack linux4miche...@tamay-dogan.net wrote: Hello Peter Lind, Hi Michelle Am 2010-04-21 15:47:54, hacktest Du folgendes herunter: And waste time every single time you post to the list ... why do people become programmers/developers again? To end creating

Re: [PHP] Getting Array to Display

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 13:56 -0400, Gary wrote: Richard I'm sorry, it looks like I sent a reply direct to you instead of the board, a mistake on my part. Here is the message. LOL Must have hit the wrong reply button. -- Blessings, David M. -- PHP General Mailing List

Re: [PHP] Re: replying to list (I give up)

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 20:38 +0200, Michelle Konzack wrote: Hello David McGlone, Am 2010-04-21 09:37:48, hacktest Du folgendes herunter: Yes. but if it was so harmful, why does the 40, 50 or so lists that I've been on, simply let you hit the reply and it goes back to the list? Can you

Re: [PHP] Getting Array to Display

2010-04-21 Thread Gary
on my part. Here is the message. LOL Must have hit the wrong reply button. -- Blessings, David M. __ Information from ESET NOD32 Antivirus, version of virus signature database 5048 (20100421) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com

Re: [PHP] Getting Array to Display

2010-04-21 Thread Karl DeSaulniers
lol Yeah, not your fault Gary. On Apr 21, 2010, at 3:51 PM, Gary wrote: I'm sorry, it looks like I sent a reply direct to you instead of the board, a mistake on my part. Karl DeSaulniers Design Drumm http://designdrumm.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Re: replying to list (I give up)[SOLVED TO A DEGREE]

2010-04-21 Thread Karl DeSaulniers
On Apr 21, 2010, at 1:51 PM, Jay Blanchard wrote: Then write an interface (using PHP of course) that only responds to the list when you generate a reply. LOL WT?? WHY would we want to do that? Much unnecessary work when an admin could set a reply-to and all would be solved. With all due

RE: [PHP] Re: Re: replying to list (I give up)[SOLVED TO A DEGREE]

2010-04-21 Thread Williams, Dewey
Oh, I have checked my mailinglist subsribtions and only 11 of 113 are using this stupid Reply-To: stuff... But as I already mentioned, those lists have manly Windows-Noobs which do not know better... speak, they can not use there brain and let Microsoft and Co thinking for them..

Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread Michiel Sikma
On 21 April 2010 18:02, tedd tedd.sperl...@gmail.com wrote: Welcome Nick. Do you own a bank? :-) Cheers, tedd C'mon, this is the PHP list, not COBOL :) But yes, welcome to the list. Frequenting a list is one of the best things you can do when learning a language. Don't be afraid to

Re: [PHP] Re: Re: replying to list (I give up)[SOLVED TO A DEGREE]

2010-04-21 Thread Daniel Egeberg
On Wed, Apr 21, 2010 at 22:56, Williams, Dewey willi...@uncc.edu wrote: Oh, I have checked my mailinglist subsribtions and only 11  of  113 are using this stupid Reply-To:  stuff...  But as I already mentioned, those lists have manly Windows-Noobs which do not know better... speak,  they can

Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread Brandon Rampersad
What's wrong with asking if PHP supports threading? On Wed, Apr 21, 2010 at 5:33 PM, Michiel Sikma mich...@thingmajig.orgwrote: On 21 April 2010 18:02, tedd tedd.sperl...@gmail.com wrote: Welcome Nick. Do you own a bank? :-) Cheers, tedd C'mon, this is the PHP list, not

RE: [PHP] Mail Function Using PEAR Issues

2010-04-21 Thread Alice Wei
Date: Wed, 21 Apr 2010 22:01:03 +0200 Subject: Re: [PHP] Mail Function Using PEAR Issues To: aj...@alumni.iu.edu CC: a...@ashleysheridan.co.uk; php-general@lists.php.net On 21 April 2010 21:58, Alice Wei aj...@alumni.iu.edu wrote: From: peter.e.l...@gmail.com Date: Wed, 21 Apr 2010

Re: [PHP] Mail Function Using PEAR Issues

2010-04-21 Thread Ken Guest
you have to install the net_smtp package, simply with this command: $ pear install net_smtp-1.4.2 (which will explicitly install version 1.4.2 of Net_SMTP) If that doesn't work. for whatever reason, you could download the package manually from http://pear.php.net/package/Net_SMTP/download and

RE: [PHP] Mail Function Using PEAR Issues

2010-04-21 Thread Alice Wei
Date: Thu, 22 Apr 2010 00:31:04 +0100 Subject: Re: [PHP] Mail Function Using PEAR Issues From: k...@linux.ie To: aj...@alumni.iu.edu CC: peter.e.l...@gmail.com; a...@ashleysheridan.co.uk; php-general@lists.php.net you have to install the net_smtp package, simply with this command: $

Re: [PHP] Re: Re: replying to list (I give up)[SOLVED TO A DEGREE]

2010-04-21 Thread Dan Joseph
My goodness, are you people still going on about all this? LOL... let it go... it is what it is. -- -Dan Joseph www.canishosting.com - Unlimited Hosting Plans start @ $3.95/month. Promo Code NEWTHINGS for 10% off initial order http://www.facebook.com/canishosting

Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread Dan Joseph
On Wed, Apr 21, 2010 at 6:21 PM, Brandon Rampersad brandon.add...@gmail.com wrote: What's wrong with asking if PHP supports threading? Nothing? PHP itself does not. You can check out fork though. I've never personally used it with PHP, but I did for a Perl project years ago. I guess it

RE: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread Tommy Pham
-Original Message- From: Dan Joseph [mailto:dmjos...@gmail.com] Sent: Wednesday, April 21, 2010 4:49 PM To: php-general@lists.php.net Subject: Re: [PHP] Hello everybody - php newbie from switzerland On Wed, Apr 21, 2010 at 6:21 PM, Brandon Rampersad brandon.add...@gmail.com

Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 18:21 -0400, Brandon Rampersad wrote: What's wrong with asking if PHP supports threading? Nothing really, I was just kidding. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread Dan Joseph
On Wed, Apr 21, 2010 at 8:09 PM, David McGlone da...@dmcentral.net wrote: On Wed, 2010-04-21 at 18:21 -0400, Brandon Rampersad wrote: What's wrong with asking if PHP supports threading? Nothing really, I was just kidding. -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] CD, DVD, and Blu-Ray (Not PHP)

2010-04-21 Thread Tommy Pham
-Original Message- From: Dan Joseph [mailto:dmjos...@gmail.com] Sent: Wednesday, April 21, 2010 10:19 AM To: PHP Subject: Re: [PHP] CD, DVD, and Blu-Ray (Not PHP) On Wed, Apr 21, 2010 at 1:16 PM, tedd t...@sperling.com wrote: I'm no expert on media, but the only difference

Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 20:12 -0400, Dan Joseph wrote: On Wed, Apr 21, 2010 at 8:09 PM, David McGlone da...@dmcentral.net wrote: On Wed, 2010-04-21 at 18:21 -0400, Brandon Rampersad wrote: What's wrong with asking if PHP supports threading? Nothing really, I was just kidding. --

Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread Dan Joseph
On Wed, Apr 21, 2010 at 8:38 PM, David McGlone da...@dmcentral.net wrote: Are we gonna have to have a discussion on the use of threading? LOL We just might. Personally, I use it to sow holes in the toe of my socks. -- -Dan Joseph www.canishosting.com - Unlimited Hosting Plans start @

  1   2   >