Page 1 of 1

Truncated MySQL Values

Posted: Wed Jan 21, 2004 1:43 pm
by THEMADGEEK
I am building a database and am currently having a time with the output being truncated. If I look in the database itself everything is great but when I do any output it truncates at any space.

For instance the field full_name has 'Joe User' and gets returned as 'Joe' or phone numbers get returned as '(555)' instead of the whole number. I've checked field lengths and field types everything is VARCHAR and lengths are correct.

What else could be causing this? Any ideas?

THEMADGEEK

Posted: Thu Jan 22, 2004 2:58 am
by twigletmac
If it's ok in the database, maybe something is going screwy with the code to retrieve and/or display it. Could we see that code please.

Mac