I have this URL in my JavaScript pop-up:
browser.php?title=<?echo urlencode($title);?>
the value of title is:
"Et commodo" & me
in the pop-up after using striplashes it returns only:
"Et commodo"
Can anyone help with why it takes away the &me
I know this is URL specific, and I am trying to understand the URL encoding, but it is still a bit cloudy.
thanks in advance
Thomas A.