PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Before I go banging my head against the wall and drinking too much coffee I thought I would ask to see if I am just not seeing my smistake or does this version of PHP have a bug or limitaion.
rehfeld wrote:u sure you didnt define it twice, or maybe have the definition in a loop or a file thats included more than once?
that is kinda odd how it points to line 47 though...
That was it!!! I am tired and did not see a loop higher up in the code. I was thinking that the was protection against in the if stament. But as it turns out the if statement returned true once too many.