I just wanted to ask a question .. how can i insert a new node in an xml using php. my XML file (questions.xml) is given below
You can use PHP's Simple XML. You have to read the file content, add the node with Simple XML and write the content back.