Hey *,

I am converting an ASP site to use PHP.  Right now I am running
Apache/2.0.36 (Win32) PHP/4.2.1 and connecting to MS SQL 2000.  I plan
on moving to Linux MySQL once finished.  I have one page that shows current
job openings here at our company for internal use.  The job description is stored
in ms sql 2000 and can contain some html markup.  When I pull the page up in
ASP/IIS the Job Description is shown in full (up to 4096 chars).  However, in PHP
the text is being truncated.  Is there something in PHP to stop this?

I changed mssql.textlimit and mssql.textsize in php.in to:

; Valid range 0 - 2147483647.  Default = 4096.
mssql.textlimit = 16384
; Valid range 0 - 2147483647.  Default = 4096.
mssql.textsize = 16384

Thanks for any help,

Jim Drabb

-- 
-------------------------------------------------------------
Never ask a geek why, just nod your head and slowly back away
-------------------------------------------------------------
James Drabb JR
Programmer Analyst
Darden Restaurants
Business Systems
[EMAIL PROTECTED]
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to