GetElement($INPUT, "reflectorlist"); $Reflectors = $XML->GetAllElements($Reflectorlist, "reflector"); ?> GetElement($Reflectors[$i], "name")); $COUNTRY = sanitize_output($XML->GetElement($Reflectors[$i], "country")); $LASTCONTACT = intval($XML->GetElement($Reflectors[$i], "lastcontact")); $COMMENT = sanitize_output($XML->GetElement($Reflectors[$i], "comment")); $DASHBOARDURL = sanitize_attribute($XML->GetElement($Reflectors[$i], "dashboardurl")); if ($odd == "#FFFFFF") { $odd = "#F1FAFA"; } else { $odd = "#FFFFFF"; } echo ' '; } ?>
# Reflector Country Service Comment
'.($i+1).' '.$NAME.' '.$COUNTRY.' '.$COMMENT.'