Introduction to Debugging and Error Checking your PHP Applications

Debugging essentially means to track down an error in your code. Found a “bug” in your code? Then you need to “de-bug” it! This article will introduce you to some basic concepts such as error checking and built-in functions like var_dump() that will aid you in tracking down errors in your PHP applications. There are also many fully-fledged debugging tools for PHP that lets you set breakpoints, watch variables, and such like, but we won’t be using them in this article.
View Tutorial
Share and Enjoy:
  • Facebook
  • Add to favorites
  • LinkedIn
  • NewsVine
  • Propeller
  • BarraPunto
  • Bitacoras.com
  • BlinkList
  • blogmarks Introduction to Debugging and Error Checking your PHP Applications
  • Blogosphere News
  • Blogplay
  • blogtercimlap
  • connotea Introduction to Debugging and Error Checking your PHP Applications
  • Current
  • Diigo
  • DotNetKicks
  • Yigg
Tags: , ,
Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

No Responses to “Introduction to Debugging and Error Checking your PHP Applications”

Leave a Reply

Name:
Email:
Website:
Comment:
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>