Re: Debuggin PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2006/4/26, John Nichel <john@xxxxxxxxxxxx>:
>
> 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 Holdings of Buffalo
> 716.856.9675
> jnichel@xxxxxxxxxxxxxxxxxxxxxxxxxxx


error_reporting(E_ALL);
at the beggining of your script

or

modify your php.ini

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux