I am trying to resolve some confusion I have about encoding spaces in
URLs --

Can somebody shed light on the difference between

%20

and

+

If one uses a search FORM it appears that the browser translates to "+" any
spaces from a text control ... but if one constructs a url with a variable
such as ...index.cfm?desc=#description#    the spaces in #description# are
translated into %20's...

If I am constructing a URL programatically to speak to a cgi -- should I
encode with +'s or %20's ?

TIA!!

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to