Php Myadmin Tables display the record partialy
Posted: Sun Dec 28, 2008 12:24 pm
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!!