sreya.n 0 Newbie Poster

Hi all

How can we modify the attribute of a node using DOM in php?

For eg :

<node width="50">
                  <detail>test</detail>
            </node>

i want to modify the attribute width as 100 using the php code?
how can i do this?

Thanx in advance...