I'm passing a variable to my sctipt and the variable contains a plus sign e.g.?var=james+bond. However when I attempt to use the variable by coding $HTTP_GET_VARS[var] the plus sign is gone.
Any ideas?
JerryOdom
8:54 pm on Oct 4, 2005 (gmt 0)
php probably replaces the plus signs because they're a historically standard replacement for spaces. I'm too lazy to test the theory but I'm pretty sure its something like that due to encoding/decoding for processing.