Help for this page

Select Code to Download


  1. or download this
    print " FILEXML <Structures>";
    #print "<?xml  version="1.0" encoding="ISO-8859-1"?>";
    
  2. or download this
    while( @data = $sth->fetchrow_array() ) 
    {
    ...
        print FILEXML "<Title>$data[1]</Title>";
        ...
    }