-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/simplexml/examples/
File Upload :
Current File : //usr/src/php/ext/simplexml/examples/security.php

<?php
$s = simplexml_load_file('security.xml');
echo $s->id;
$s->id = 20;
$s->asXML('security.new.xml');
?>

Copyright © 2017 || Recoded By Mr.Bumblebee