Pages

Your Ad Here

This Blog is not to read or go through

because, I have never been such a mess


Search the blog instead

Showing posts with label PHP DOMelement. Show all posts
Showing posts with label PHP DOMelement. Show all posts

Tuesday, May 11, 2010

PHP DOMElement innerHTML

Not seeing innerHTML or any similary function, variable for a DOMElement object in PHP might be frustrating to get the inner content.


Just a quick tip.

Use
DOMElement-Object->nodeValue;
Your Ad Here