Anybody know what the diffrance in using "%20" and "+" as a space in the query string is?
~Josepablo Pérez
The "+" is used to represent a space, "%20" is used where a "+" is literally part of the data.