Server Technology PPNT Manual de usuario Pagina 43

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 95
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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)
Vista de pagina 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 94 95

Comentarios a estos manuales

Sin comentarios