Re: [PHP] Debuggin PHP

2006-04-26 Thread Richard Lynch
On Wed, April 26, 2006 11:30 am, hicham wrote: > I'm a newbie in php world , and I'm trying to get a php 4 script work > on an php5 version > how do i debug php ? I get a blank page and nothing tells me what 's > wrong ? Check "View Source" in your browser to see if it's really blank. Make sure

Re: [PHP] Debuggin PHP

2006-04-26 Thread Robert Cummings
On Wed, 2006-04-26 at 14:51, Sameer N Ingole wrote: > Robert Cummings wrote: > > On Wed, 2006-04-26 at 12:44, Jochem Maas wrote: > > > >> hicham wrote: > >> > >> easy way 2: > >>use lots of echo()/var_dump()/print_r() in your code to figure out > >>where it's breaking. > >> > >

Re: [PHP] Debuggin PHP

2006-04-26 Thread Sameer N Ingole
Robert Cummings wrote: On Wed, 2006-04-26 at 12:44, Jochem Maas wrote: hicham wrote: easy way 2: use lots of echo()/var_dump()/print_r() in your code to figure out where it's breaking. If you're trying to track down an error using this technique (by far one of the

Re: [PHP] Debuggin PHP

2006-04-26 Thread Eric Butera
On 4/26/06, hicham <[EMAIL PROTECTED]> wrote: > > Hello > I'm a newbie in php world , and I'm trying to get a php 4 script work > on an php5 version > how do i debug php ? I get a blank page and nothing tells me what 's wrong > ? > > Thanks > hicham > > -- > PHP General Mailing List (http://www.php

Re: [PHP] Debuggin PHP

2006-04-26 Thread Jochem Maas
Robert Cummings wrote: On Wed, 2006-04-26 at 12:44, Jochem Maas wrote: hicham wrote: easy way 2: use lots of echo()/var_dump()/print_r() in your code to figure out where it's breaking. If you're trying to track down an error using this technique (by far one of the most po

Re: [PHP] Debuggin PHP

2006-04-26 Thread Robert Cummings
On Wed, 2006-04-26 at 12:44, Jochem Maas wrote: > hicham wrote: > easy way 2: > use lots of echo()/var_dump()/print_r() in your code to figure out > where it's breaking. If you're trying to track down an error using this technique (by far one of the most popular techniques and time te

Re: [PHP] Debuggin PHP

2006-04-26 Thread Martin Alterisio
2006/4/26, John Nichel <[EMAIL PROTECTED]>: > > hicham wrote: > > Hello > > I'm a newbie in php world , and I'm trying to get a php 4 script work > > on an php5 version > > how do i debug php ? I get a blank page and nothing tells me what 's > wrong ? > > > > Thanks > > hicham > > > > Turn on erro

Re: [PHP] Debuggin PHP

2006-04-26 Thread Jochem Maas
hicham wrote: Hello I'm a newbie in php world , and I'm trying to get a php 4 script work on an php5 version how do i debug php ? I get a blank page and nothing tells me what 's wrong ? the hard way: install and use Xdebug. easy way 1: buy a copy of Zend Studio, again install

Re: [PHP] Debuggin PHP

2006-04-26 Thread John Nichel
hicham wrote: Hello I'm a newbie in php world , and I'm trying to get a php 4 script work on an php5 version how do i debug php ? I get a blank page and nothing tells me what 's wrong ? Thanks hicham Turn on error reporting. -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Ho

[PHP] Debuggin PHP

2006-04-26 Thread hicham
Hello I'm a newbie in php world , and I'm trying to get a php 4 script work on an php5 version how do i debug php ? I get a blank page and nothing tells me what 's wrong ? Thanks hicham -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php