> and it *is* a size limit problem, because I can insert half of the > text, but not all Try ini_set('memory_limit', '128M'); ini_set('pcre.backtrack_limit', '999999'); ini_set('pcre.recursion_limit', '999999'); It worked for me ;-) Christophe ---