I am a C++ programmer starting with PHP. I find that I lose most of the debugging time (and my selfesteem!) due to undefined variables. From what I know, the only way to dea
If you want to hide the error of an undefined variable, then use @. Example: @$var
@
@$var