Php Myadmin Tables display the record partialy

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
fuzzyfuzz
Forum Newbie
Posts: 10
Joined: Fri Dec 05, 2008 5:07 pm

Php Myadmin Tables display the record partialy

Post 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!! :|
cptnwinky
Forum Commoner
Posts: 84
Joined: Sat Dec 27, 2008 10:58 am
Location: Williamstown, MA

Re: Php Myadmin Tables display the record partialy

Post 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.
Post Reply