how to debug the php application

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
himabindu
Forum Newbie
Posts: 1
Joined: Sun Mar 08, 2009 12:20 am

how to debug the php application

Post by himabindu »

hi iam new in php

can u tell how to debug php application with out using print or echo statement

and give me smallexample on it
Last edited by himabindu on Thu Mar 12, 2009 12:36 am, edited 1 time in total.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: how to debug the php application

Post by Benjamin »

hi, you can use fopen, fwrite and fclose to log what is happening in your php application
User avatar
panic!
Forum Regular
Posts: 516
Joined: Mon Jul 31, 2006 7:59 am
Location: Brighton, UK

Re: how to debug the php application

Post by panic! »

Those colours really span me out.

tee hee
Post Reply