|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/13/2008 12:57:58 PM
Posts: 4,
Visits: 11
|
|
I'm using the following to link my data points:
$strXML .= "<set value='" . $ors3['players'] . "' link='results.php?locid=$locid&date=$eventdate' />";
This returns "Invalid XML Data"
I know the & is the issue because if I remove it and the second parameter, the link works fine.
Is there another way to escape the ampersand?
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/13/2008 12:57:58 PM
Posts: 4,
Visits: 11
|
|
Nevermind. I figured it out.
Using %26amp; works.
|
|
|
|