View Full Version : passing + in a URL
Darksbane
01-30-2003, 05:22 PM
it seems like I knew how to do this before but how do you pass a + in a URL variable.
so when it gets to the next page it will be something like
?Var1=+1
Borgtex
01-30-2003, 06:24 PM
:confused: mypage.htm?Var1=+1. Can you explain it better?
Darksbane
01-30-2003, 06:37 PM
basically the + disappears when passed on the URL. So you get
?Var1= 1
any ideas how to escape the plus sign?
Does url encoding the '+' help? ?Var1=%2B1
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.