php-general Digest 19 Apr 2012 05:10:50 -0000 Issue 7781

2012-04-18 Thread php-general-digest-help
php-general Digest 19 Apr 2012 05:10:50 - Issue 7781 Topics (messages 317599 through 317606): Re: Email Antispam 317599 by: Jim Giner 317605 by: Ross McKay Re: sms class 317600 by: Lester Caine 317602 by: Matijn Woudt Re: learning resources for PHP

Re: [PHP] sms class

2012-04-18 Thread Matijn Woudt
On Tue, Apr 17, 2012 at 9:50 PM, Lester Caine les...@lsces.co.uk 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

[PHP] Re: Email Antispam

2012-04-18 Thread Jim Giner
Ross McKay ro...@zeta.org.au 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

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

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, Bastienphps...@gmail.com wrote: Bastien Koert On 2012-04-03, at 10:39 PM, Tim Dunphybluethu...@gmail.com wrote: Hello list, I am quite sure that you've heard this question at least a few times before. :)

Re: [PHP] sms class

2012-04-18 Thread Matijn Woudt
On Wed, Apr 18, 2012 at 9:53 PM, Lester Caine les...@lsces.co.uk 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

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

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, sono...@fannullone.us wrote: On Apr 18, 2012, at 1:30 PM, Henry Martinez wrote: I've been having a lot of fun

[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)

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 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

Re: [PHP] sms class

2012-04-18 Thread tamouse mailing lists
On Tue, Apr 17, 2012 at 2:08 PM, DZvonko Nikolov dzvo...@yahoo.com 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

Re: [PHP] Re: Email Antispam

2012-04-18 Thread tamouse mailing lists
On Wed, Apr 18, 2012 at 8:47 PM, Ross McKay ro...@zeta.org.au 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