|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Hi, I'm working on a weather web site and using php/mysql to enter city forecasts into a table.
Everything is fine except my comment line. For some reason it only enters the first word I type in for the comment line. The line looks something like this: INSERT INTO one (cityname, day1, max1, min1, sky1, comments) VALUES ('boston', 'Saturday', '32', '23', 'sun.gif', 'this') where comments is TEXT, I also tried varchar, char. (I use a <textarea> to enter the comment line) for the comment line above I had typed "this is a comment line", but only the "this" part of it shows up? Make sense??? Thanks Mike |
|
#2
|
|||
|
|||
|
Just check out that whether u have given the maximum size of input or the size of the field as four. if so just increase it
|
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > field type for a string??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|