Here is the delete php code for one of the xmls
<?php
$doc = new DOMDocument;
$doc->load('network_inventory.xml');
$document->preserveWhiteSpace = false;
Type: Posts; User: tomthebomb231; Keyword(s):
Here is the delete php code for one of the xmls
<?php
$doc = new DOMDocument;
$doc->load('network_inventory.xml');
$document->preserveWhiteSpace = false;
Ok so I am thinking of a different way to do this. I am planning on including a check box on all the tables like this for example
<table border="1" id="myTable" class="tablesorter">...
Alright so first off I need to warn you guys that I am a complete noob when it comes to coding. I've been learning how to do it from the internet for about a month now. I do not understand php very...