PHP and undefined variables strategy

igherlezie

New Member
I am a C++ programmer starting with PHP. I find that I lose most of debugging time (and my selfesteem!) due to undefined variables. From what I know the only way to deal with them is to watch the output at execution time. Are other strategies to notice earliers these faults? (something like with C++ that a single compile gives you all the clues you need)Thanks for any insights
 
Back
Top