[an error occurred while processing the directive]

Коментарии

I tried to use unlink_node to delete a node, but it never worked. 
However, you can delete a node with this:

function delNode($node){
                   $nud=$node->parent_node();
                   $nud->remove_child($node);
}
2004-10-01 09:46:30
http://php5.kiev.ua/manual/ru/function.domnode-unlink-node.html

    Поддержать сайт на родительском проекте КГБ