Re: [PHP] sms class

2012-04-18 Thread Matijn Woudt
On Tue, Apr 17, 2012 at 9:50 PM, Lester Caine wrote: > 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

[PHP] Re: Email Antispam

2012-04-18 Thread Jim Giner
"Ross McKay" wrote in message news:795so7t0avn28a5m8i373h9tursk15c...@4ax.com... > 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 availab

Re: [PHP] sms class

2012-04-18 Thread Lester Caine
Matijn Woudt wrote: It should be possible to hack up an android phone and write some software that sends messages from there, though using one of the provided services is much simpler. I have the phone already configured, but it requires a SIM card that ALLOWS sending messages via the data por

Re: [PHP] learning resources for PHP

2012-04-18 Thread Henry Martinez
On 05/04/12 13:41, tamouse mailing lists wrote: On Wed, Apr 4, 2012 at 6:16 AM, Bastien wrote: Bastien Koert On 2012-04-03, at 10:39 PM, Tim Dunphy wrote: Hello list, I am quite sure that you've heard this question at least a few times before. :) But I have been dabbling a bit in PHP fo

Re: [PHP] sms class

2012-04-18 Thread Matijn Woudt
On Wed, Apr 18, 2012 at 9:53 PM, Lester Caine wrote: > Matijn Woudt wrote: >> >> It should be possible to hack up an android phone and write some >> software that sends messages from there, though using one of the >> provided services is much simpler. > > > I have the phone already configured, but

Re: [PHP] learning resources for PHP

2012-04-18 Thread sono-io
On Apr 18, 2012, at 1:30 PM, Henry Martinez wrote: > I've been having a lot of fun with Beginning PHP 5.3 by Matt Doyle. Covers > basics nicely... > > Also, the code samples and explanations are top notch, and you come to really > understand what it is you're doing.. +1 Marc -- PHP Ge

Re: [PHP] learning resources for PHP

2012-04-18 Thread Tim Dunphy
> I've been having a lot of fun with Beginning PHP 5.3 by Matt Doyle. Covers > basics nicely... Nice! I'll give that a try! Thanks for the suggestion! On Wed, Apr 18, 2012 at 6:18 PM, wrote: > On Apr 18, 2012, at 1:30 PM, Henry Martinez wrote: > >> I've been having a lot of fun with Beginning

[PHP] Re: Email Antispam

2012-04-18 Thread Ross McKay
On Wed, 18 Apr 2012 11:08:00 -0400, Jim Giner wrote: >He literally wants the "addresses" visible on the sight? [...] Yes, they want the addresses visible and clickable on the website. They have contact forms, but they also want the email addresses (of their scientists and other consultants) avai

Re: [PHP] tempnam() not working as expected...

2012-04-18 Thread tamouse mailing lists
On Mon, Apr 16, 2012 at 3:09 AM, ma...@behnke.biz wrote: >> mkdir($d,777,true);                /* make the directory */ > Try using "mkdir($d, 0777, true);" Herein, my friends, lies the problem. Silly me, using a DECIMAL number (777) instead of an OCTAL number (0777). -- PHP General Mailing List

Re: [PHP] sms class

2012-04-18 Thread tamouse mailing lists
On Tue, Apr 17, 2012 at 2:08 PM, 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. If this is very low volume, would using email->sms work? -- PHP General Mailing List (http

Re: [PHP] Re: Email Antispam

2012-04-18 Thread tamouse mailing lists
On Wed, Apr 18, 2012 at 8:47 PM, Ross McKay wrote: > On Wed, 18 Apr 2012 11:08:00 -0400, Jim Giner wrote: > >>He literally wants the "addresses" visible on the sight?  [...] > > Yes, they want the addresses visible and clickable on the website. They > have contact forms, but they also want the ema