What exactly do I add to this XML to ADD a Line Break that recurs after each returned record?
while($ors = mysql_fetch_array($result))
{
$strXML .= "<set label='".$ors['Fund_Name']."' value='".$ors['Fund_Yield_Percent']."' />";
}
What exactly do I add to this XML to ADD a Line Break that recurs after each returned record?
while($ors = mysql_fetch_array($result))
{
$strXML .= "<set label='".$ors['Fund_Name']."' value='".$ors['Fund_Yield_Percent']."' />";
}