Links being cut off due to ? symbols
Posted: Wed Feb 11, 2009 9:02 am
Hi all,
Working with an MSSQL database (ugh) and my page dies before finishing the output. The data is a text field and contains a long URL with multiple parameters. I've verified that it works fine in the database - if I manually copy the row contents into a new HTML page, it displays properly.
The generated code ends like this:
Whereas the code in the database is like this:
It's ending at the overview?projID= part - is this a special character or something?
Any tips? Thanks.
Matt
Working with an MSSQL database (ugh) and my page dies before finishing the output. The data is a text field and contains a long URL with multiple parameters. I've verified that it works fine in the database - if I manually copy the row contents into a new HTML page, it displays properly.
The generated code ends like this:
Code: Select all
<p><a href="http://i.WEBSITE.com/portal/server.pt/gateway/PTARGS_32_0_1851_0_-1_47/http;/i-collab.WEBSITE.com;7001/collab/do/document/overvie</body>Code: Select all
<p><a href="http://i.WEBSITE.com/portal/server.pt/gateway/PTARGS_32_0_1851_0_-1_47/http;/i-collab.WEBSITE.com;7001/collab/do/document/overview?projID=881618&folderID=872460">http://i.WEBSITE.com/port...</a></p> Any tips? Thanks.
Matt