Page 1 of 1

Php Myadmin Tables display the record partialy

Posted: Sun Dec 28, 2008 12:24 pm
by fuzzyfuzz

I send data from a phpform into a table in a db on mysqlserver.
From some reason the data (text) that was sent is shown only partilay on my table.
I've notice that i can edit the row with the data from phpmyadmin and then i can display my entire text-


Example:
user input: "Power rangers"
Table output: "Power R"

After editing the row:
Table Output:"Power rangers"

I defind each field with a length of 40 charcters. Data Type is: varchar


Please Assist me!! :|

Re: Php Myadmin Tables display the record partialy

Posted: Sun Dec 28, 2008 4:34 pm
by cptnwinky
Do you mean the output of phpmyadmin (under the browse tab) or the output from a script of yours that's pulling the result from the db?

If its the former then it is just phpmyadmin truncating what you see, not the actual record.