|
Would it not be simpler to fix the problem???
there will be a line of code where you use a variable that has not been defined, often caused by mis-spelling a variable name in a statement.
You don't see any other problems because PHP instantiates the variable as NULL and if the code is not doing any calculations with the variable it will not cause any other errors.
I would suggest you are looking for a GET or POST key that does not exist.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|