Server Technology PPNT User Manual Page 43

  • Download
  • Add to my manuals
  • Print
  • Page
    / 95
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 42
PHP: XML Manipulation(2/3)
header("Content-Type: text/xml");
include("XML/Tree.php");
$tree = new X ML_T ree( );
$root = & $tree->ad dRoo t("C ours e");
...
while($i < $ro ws){
$reg =& $root- >add Chil d("r egis tere d");
$student =& $r eg-> addC hild ("St uden t");
$name = mysql_ resu lt($ resu lt, $i, "name");
$student->addChild("name", $name);
...
$i++;
}
...
$tree->dump();
(43/95)
Page view 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 94 95

Comments to this Manuals

No comments