Server Technology PPNT Uživatelský manuál Strana 43

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 95
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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)
Zobrazit stránku 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 94 95

Komentáře k této Příručce

Žádné komentáře