The problem stems from how the URL is parsed by the webserver... I ran into a similar problem doing long SQL statements ina URL to be parsed by a cgiscript... someone sent me this list of codes to replace characters that the webserver can't deal with:
For example:Code:(hello world) would be %28hello%20world%29Unfortunately I don't have a newline character - just what you see here, but maybe it will give you enough to search the web for a more complete list...Code:Character Replace With = %3D ' %27 ( %28 ) %29 space %20
Sorry I couldn't be more help...
-DM




Reply With Quote