0

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?

1
  • 2
    what's the type of your field in the db?Are you sure that in the db it's stored correctly? Commented May 10, 2011 at 11:09

1 Answer 1

1

Sounds like a problem with your database design. Compare the string in the database to the string on the screen, if they match there's a problem when saving the data, if not, then you might want to supply us with your PHP+SQL code in order to see if there lies a problem.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.