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
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.
> >>
> >
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
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
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
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
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
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
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
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
10 matches
Mail list logo