[PHP] Re: PHP: a fractal of bad design

2012-04-17 Thread Bogdan Ribic
Where's the Like button on this list? :) On 4/13/2012 01:44, Ross McKay wrote: On Wed, 11 Apr 2012 17:06:10 -0700, Daevid Vincent wrote: There are only two kinds of languages: the ones people complain about and the ones nobody uses. -- Bjarne Stroustrup -- PHP General Mailing List

Re: [PHP] Re: PHP: a fractal of bad design

2012-04-17 Thread Jim Lucas
On 04/17/2012 05:43 AM, Bogdan Ribic wrote: Where's the Like button on this list? :) On 4/13/2012 01:44, Ross McKay wrote: On Wed, 11 Apr 2012 17:06:10 -0700, Daevid Vincent wrote: There are only two kinds of languages: the ones people complain about and the ones nobody uses. -- Bjarne

Re: [PHP] Re: PHP: a fractal of bad design

2012-04-17 Thread Jay Blanchard
[snip] a simple +1 will do [/snip] Ahthe good old days. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] sms class

2012-04-17 Thread DZvonko Nikolov
 Hi there, I need a class that sends sms messages to list of numbers.  I'm quite new to that issue, so I need to know what I need  more. Thanks in advance.   --- Regards DZvonko Nikolov dzvo...@gmail.com

Re: [PHP] sms class

2012-04-17 Thread Marc Guay
Woah. Is that good luck or bad luck? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sms class

2012-04-17 Thread Stuart Dallas
On 17 Apr 2012, at 20:17, Marc Guay wrote: Woah. Is that good luck or bad luck? Inherently? Neither. To you? Whatever. -Stuart -- Stuart Dallas 3ft9 Ltd http://3ft9.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sms class

2012-04-17 Thread Marc Guay
Suspicion is my religion. Let no thread end without a war. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sms class

2012-04-17 Thread Lester Caine
DZvonko Nikolov wrote: I need a class that sends sms messages to list of numbers. I'm quite new to that issue, so I need to know what I need more. Thanks in advance. Ignoring the wallies Simply sending an SMS message is something rather more difficult that just needing a class to do it.

[PHP] Email Antispam

2012-04-17 Thread David Mehler
Hello, I'm working on a site that has email addresses on it. I am not wanting to use mailto links so as to avoid spam harvesters, I'd like another solution so that mailto links would work but would not work with spammers. I've tried several javascript-based solutions, but am not able to get them

Re: [PHP] Email Antispam

2012-04-17 Thread Marc Guay
Is there a reason for you not to build a contact form? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Email Antispam

2012-04-17 Thread Jim Giner
David Mehler dave.meh...@gmail.com wrote in message news:CAPORhP5Cuzd0Hb9gBFLESNe5LofDODN64S2UOAuMWCb=zoh...@mail.gmail.com... Hello, I'm working on a site that has email addresses on it. I am not wanting to use mailto links so as to avoid spam harvesters, I'd like another solution so that

Re: [PHP] Email Antispam

2012-04-17 Thread Ashley Sheridan
Marc Guay marc.g...@gmail.com wrote: Is there a reason for you not to build a contact form? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php It could be for a company, which in the UK I believe requires several bits of contact information.

RE: [PHP] Re: Email Antispam

2012-04-17 Thread Steven Staples
-Original Message- From: Jim Giner [mailto:jim.gi...@albanyhandball.com] Sent: April 17, 2012 4:33 PM To: php-general@lists.php.net Subject: [PHP] Re: Email Antispam David Mehler dave.meh...@gmail.com wrote in message

Re: [PHP] sms class

2012-04-17 Thread Mike Mackintosh
In reality, a SMS messages are transported the SS7 network, or voice network. To make the digital transition, carriers use a box called an SMPP gateway. To get access to this box, is by contract and terms of he carrier, and most commonly forbidden. As a result, the best bet is to use a SMS

Re: [PHP] sms class

2012-04-17 Thread Floyd Resler
On Apr 17, 2012, at 5:11 PM, Mike Mackintosh wrote: In reality, a SMS messages are transported the SS7 network, or voice network. To make the digital transition, carriers use a box called an SMPP gateway. To get access to this box, is by contract and terms of he carrier, and most commonly

Re: [PHP] sms class

2012-04-17 Thread Stuart Dallas
On 17 Apr 2012, at 20:50, Lester Caine wrote: Ignoring the wallies I'd rather be a wally surrounded by fishmongers than a fishmonger surrounded by wallies. -Stuart -- Stuart Dallas 3ft9 Ltd http://3ft9.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: Email Antispam

2012-04-17 Thread Ross McKay
On Tue, 17 Apr 2012 16:04:19 -0400, David Mehler wrote: I'm working on a site that has email addresses on it. I am not wanting to use mailto links so as to avoid spam harvesters, I'd like another solution so that mailto links would work but would not work with spammers. I've tried several

[PHP] Re: Email Antispam

2012-04-17 Thread Jim Giner
Ross McKay ro...@zeta.org.au wrote in message news:b4vro79ftp9423k74bnj41o1o9e3dk9...@4ax.com... On Tue, 17 Apr 2012 16:04:19 -0400, David Mehler wrote: I'm working on a site that has email addresses on it. I am not wanting to use mailto links so as to avoid spam harvesters, I'd like another

[PHP] Re: Email Antispam

2012-04-17 Thread Ross McKay
On Tue, 17 Apr 2012 21:11:45 -0400, Jim Giner wrote: So - does that mean you building the site from information contained in a database? Yes. Client wanted email addresses on the website, but not available to SPAM harvesters. And not all addresses are in the database as structured data, many