the original string is around 9000+ characters. but after mysql_fetch_object();
the $obj->attr only have 8000+ characters, with all the characters at the end of the string truncated. Is it because the string is too long?
the original string is around 9000+ characters. but after mysql_fetch_object();
the $obj->attr only have 8000+ characters, with all the characters at the end of the string truncated. Is it because the string is too long?