Laash Posted November 24, 2011 Share Posted November 24, 2011 Hello everyone I've build a PHP CMS with SQL Server 2008 DB, and I'm trying to put a really long long text into at textarea on my html form in the cms. The problem is, it's being cut in the middle. I've tried text, ntext, nvarchar(max), varchar(max) - and nothing works! Does anybody know how to set a db column type for a really long text? In MySQL, my usual db client, they don't have these issues... Thanks in advance, Liron Link to comment https://forums.phpfreaks.com/topic/251726-php-sql-server-2008-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.