Re: URL encoding

This WebDNA talk-list message is from

1998


It keeps the original formatting.
numero = 20144
interpreted = N
texte = >If the URL typed in was http://www.thedomain.dom/123%2045.html i want it >to have that %20. But instead it makes it a space. Now if I url-encode >it, then another address that has & and ? gets messed up. What should >the process I take be so that the database contains exactly what was typed? > Do I need a convertchars when I'm appending? Should it be surrounded in >an [input]? I'm at a loss here.This is actually a pretty tough one, because WebCatalog automatically 'un-url-izes' everything as it comes in (which is almost always a really good idea). I have not had time to try it out yet, but could you try using a