PHP Classes

File: data.xml

Recommend this page to a friend!
  Classes of Ewg   Table Constructor   data.xml   Download  
File: data.xml
Role: Auxiliary data
Content type: text/plain
Description: Data from xml-file
Class: Table Constructor
Display an HTML table from array, JSON or XML
Author: By
Last change:
Date: 15 years ago
Size: 381 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <data> <table> <border>1</border> </table> <th> <item1>id</item1> <item2>beaver name</item2> </th> <tr> <item1> <item1>1</item1> <item2>luck</item2> </item1> <item2> <item1>2</item1> <item2>first</item2> </item2> <item3> <item1>3</item1> <item2>S</item2> </item3> </tr> </data>