xop="\n"; $this->xop.="\n"; $i=0; $keyarray=array(); while($at=mysql_fetch_assoc($result)) { $keyarray[]=$this->KeyName($at,$i);$i++; } array_pop($keyarray); $result = mysql_query($qry, $connection) or die("Could not complete database query"); while($a=mysql_fetch_array($result)) { $i=0; $this->xop.="\n"; for($j=0;$jxop.="<".$keyarray[$j].">".$a[$i].""."\n"; $i++; } $this->xop.="\n"; } $this->xop.=""; } public function showXml() { return $this->xop; } }//end class ?>