Re: [PHP] HN CAPTCHA at http://www.phpclasses.org

2006-02-15 Thread Kim Christensen
On 2/16/06, Roger Thomas <[EMAIL PROTECTED]> wrote: > I am currently testing HN CAPTCHA and noticed that the range of alphabets > that were produced ranges from A..F only. My PHP skill is quite limited to > change that to A..Z so if ppl here have any experience with that class, > appreciate your

Re: [PHP] how to build custom/private pear packages

2006-02-15 Thread Curt Zirzow
On Thu, Feb 16, 2006 at 08:09:23AM +0200, Paul Scott wrote: > On Wed, 2006-02-15 at 22:02 -0800, Curt Zirzow wrote: > > > This is one of the new features of pear, i sat through a talk on > > pear given by Tobias Schlitt, and introduced this channel concept. > > > I attended Tobias' talk as well,

Re: [PHP] HN CAPTCHA at http://www.phpclasses.org

2006-02-15 Thread Roger Thomas
Quoting Curt Zirzow <[EMAIL PROTECTED]>: > On Thu, Feb 16, 2006 at 09:44:33AM +0800, Roger Thomas wrote: > > I am currently testing HN CAPTCHA and noticed that the range of > alphabets that were produced ranges from A..F only. My PHP skill is > quite limited to change that to A..Z so if ppl here h

Re: [PHP] how to build custom/private pear packages

2006-02-15 Thread Paul Scott
On Wed, 2006-02-15 at 22:02 -0800, Curt Zirzow wrote: > This is one of the new features of pear, i sat through a talk on > pear given by Tobias Schlitt, and introduced this channel concept. > I attended Tobias' talk as well, and was quite impressed. > I'd very much like to see you to get this to

Re: [PHP] HN CAPTCHA at http://www.phpclasses.org

2006-02-15 Thread Roger Thomas
Quoting Kim Christensen <[EMAIL PROTECTED]>: > To solve your problem, replace the generate_private() function in > hn_captcha.class.php - starting at row 756 - with this code: > >function generate_private($public="") >{ > $letters = "1234567890abcdefghijklmnopqrstuvwxyz"; > $

[PHP] please help me I try to post my question to Php.net 2-3 times

2006-02-15 Thread wvolks
text file problem read text file to array string. I use function File(). but when I display data in text file it compress space in each lines such as first record contain "1_2__3__4__" ( _ = blank ) when store in array string is "1 2 3 4" . I want you tell me howto do?

<    1   2