Server Technology PPNT Instrukcja Użytkownika Strona 43

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 95
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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)
Przeglądanie stron 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 94 95

Komentarze do niniejszej Instrukcji

Brak uwag