Re: [PHP] PHP Debugger Recommendations

2006-07-22 Thread Dave M G
Thiago Silva, Thank you for responding, and for recommending some PHP debuggers that I had not yet heard of. I'm not familiar with Windows options (only PHPEdit comes to my mind), but as far as I can tell, Zend, NuSphere, Komodo and PHPEclipse are main options when it comes to feature rich IDE

[PHP] buffer settings in php.ini?

2006-07-22 Thread jekillen
Hello; I am having a strange breakdown in some dhtml that uses php to dynamically generated images and support data. The program is supposed to generate 9, 16, or 25 images. It does 9 without problems but breaks with 16, and 25. I've written the code to accommodate different numbers of images, not

Re: [PHP] PHP Debugger Recommendations

2006-07-22 Thread Thiago Silva
On Saturday 22 July 2006 13:43, Dave M G wrote: > Looking on the net, I can find many PHP *editors*, but they do not have > debugging features. I need something with call stacks, break points, etc... I'm not familiar with Windows options (only PHPEdit comes to my mind), but as far as I can tell,

[PHP] ldap_read() with NULL search base

2006-07-22 Thread Turbo Fredriksson
Is there something wrong with this, or am I missing something? ldap_read(link, NULL filter) IS supposed to return the RootDSE, but it doesn't (always). On my Debian GNU/Linux systems, I have to remove the 'BASE ...' config option from ldap.conf, but now I see the same strange behaviour on

[PHP] PHP Debugger Recommendations

2006-07-22 Thread Dave M G
PHP List, I have been experimenting with using Zend Studio the last week or so, and I apologize in advance if anyone here takes offense, but it has been a most unsatisfactory experience. In order to debug a script that involves anything like a form with user $_POST data, one needs to install

[PHP] Help with dynamic radio buttons

2006-07-22 Thread Chris Grigor
Afternoon all I need some help here with a problem on dynamic radio buttons. I have a script that calls a database for a list of questions. The questions are returned and each question needs to have 5 radio buttons assigned to it. The radio buttons are a score of 1 - 5 (1 being bad, 5 being good)

Re: [PHP] Codigo de Captcha en PHP

2006-07-22 Thread Sameer N Ingole
Ricardo Ríos wrote: Hola amigos listeros alguien conoce algun codigo libre de un captcha en php , gracias por sus comentarios. There are lots out there. http://www.puremango.co.uk/cm_php_captcha_script_113.php http://www.nogajski.de/horst/php/captcha/ http://captchas.net/sample/php/ -- Sameer

[PHP] Codigo de Captcha en PHP

2006-07-22 Thread Ricardo Ríos
Hola amigos listeros alguien conoce algun codigo libre de un captcha en php , gracias por sus comentarios.

Re: [PHP] Re: headers and newline at end of script

2006-07-22 Thread Robert Cummings
On Sat, 2006-07-22 at 07:54, Martin Marques wrote: > On Thu, 20 Jul 2006, Robert Cummings wrote: > > > On Thu, 2006-07-20 at 17:09, John Nichel wrote: > >> Adam Zey wrote: > >> > >>> Note that just because the fact that it works is a feature, doesn't mean > >>> it's good coding style. register gl

Re: [PHP] Re: headers and newline at end of script

2006-07-22 Thread Martin Marques
On Thu, 20 Jul 2006, Robert Cummings wrote: On Thu, 2006-07-20 at 17:09, John Nichel wrote: Adam Zey wrote: Note that just because the fact that it works is a feature, doesn't mean it's good coding style. register globals is a feature too, but it isn't exactly a good idea to use it. Ding d