Server Technology PPNT Manuale Utente Pagina 43

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 95
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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)
Vedere la pagina 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 94 95

Commenti su questo manuale

Nessun commento