debugg(tracing) php code
Moderator: General Moderators
-
harishreddy
- Forum Newbie
- Posts: 5
- Joined: Sun Mar 08, 2009 12:22 am
debugg(tracing) php code
hi iam new in php ,can any body know how to trace the php code at runtime with out using print or echo
Re: debugg(tracing) php code
Code: Select all
print_r(debug_backtrace())Real programmers don't comment their code. If it was hard to write, it should be hard to understand.