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