...I mistakenly posted this as a reply elsewhere.
Arrgh! I must have done something careless with an input form or query. I've got at least one table that has values in the username column that contain trailing spaces (and sometimes some additional junk after that).
Is it possible to write a MySQL update query that will just strip everything off of the end of each field beginning at the first appearance of a blank space in that field?
ie. "update tablename set username=(something in here that strips crap off the end of the existing string in username?)"
Thanks.
Then I'll need to start hunting for the offending page.