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