hey guys im trying to save a url link in a html form but problem is i cant save urls like this :
modules.php?name=phpBB3&file=memberlist
but the result after using jquery is this url :
modules.php?name=phpBB3
i heard i should use json but no idea how to do that
encodeURIComponent() should help
Or pass data as object not string. jQuery will encode values itself: