php dom problem
        Posted  
        
            by Guru
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Guru
        
        
        
        Published on 2010-03-21T09:34:26Z
        Indexed on 
            2010/03/21
            9:41 UTC
        
        
        Read the original article
        Hit count: 350
        
php
hello I'm new to PHP programming and I migrated from ASP .net to PHP..
I have a div just like below
<div id="mydiv"></div>
what I wanted to do is just to change the text and html content(like some name or any data in it) in it.
What I imagine is just like
mydiv=>innertext="some value";
Thanks, GURU
© Stack Overflow or respective owner