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