Hello,
I need to replace the & symbol. Is their a code to do this... Like the space in the browser is replaced with %20
I need this for a active desktop file the
<Item HREF=\"http://www.passageinternational.com/desktopnewsdisplay.php?pa=yes&wr=yes&zipcode=97035">
yet when the system tries to syncronize it removes all the & symbols so the link looks like this
http://www.passageinternational.com/desktopnewsdisplay.php?pa=yeswr=yeszipcode=97035
this of course causes my desktopnewsdisplay to not work
any ideas?
Chris
use &amp;
other option is %26
but will not work in this case, as this code is used when it is part of data, not when it is being used to seperate fields.
were would I get a list of these options? ie the %20 = space %26 = &
from what I can see it seems like the numbers are from the Binary Data code stuff (didn't i word that well :p )
if anyone wants to correct me then feel free to do so...