MSSQL, PHP, and an array limit of 255
I have searched high and low for this....and most threads regarding this are a few years old. SO...I will bring it up again, and see if there is an update or fix.
I am using MSSQL 2000 and PHP 4.3.1. I can put data in the database in unlimited lengths, but when I try to get them back out, I am limited to 255 characters. I am using mssql_query and mssql_fetch_array. Is there a fix? Update? Suggestions? Ideas?
Thanks!