tags:

views:

35

answers:

2

what is the meaning of undefined property DOMElement::$node Vaoue

I searched in google I didn't get any annswer for this.

A: 

Well, a good start would be to post the code you're trying to execute. Anyways most likely, a property you're trying to access is undefined.

henasraf
+2  A: 

what is the meaning of undefined property DOMElement::$node Vaoue

It simple means that you have a undefined property DOMElement in your code.

To Help you in details we realy like to se more from the code which causes the error

streetparade