Skip to content

Instantly share code, notes, and snippets.

@S4lt5
S4lt5 / phpinfo.php
Created April 10, 2019 03:59
Test file
<?phpinfo()>
@S4lt5
S4lt5 / index.html
Last active December 28, 2015 10:29
jQuery XML visualization -- display block representation of XML string.
<html>
<head>
<style>
#treeView li {
background-color:lightgray;
text-align: left;
width:7em;
list-style: none;
border: 1px outset gray;
margin-bottom: 2px;