Textboxes
Posted: Thu Aug 10, 2006 1:55 pm
Hi,
i am having a problem with my php page, what the program does is: a user types a serial number on one page then brings up another page, it pulls all the data from a mysql database and populates all the fields. Now the problem is for example; a unit description, the textbox on the php page will only display characters up until a space then stop for example:
database record
chassis has 6 blades
textbox on php page
chassis
- i have tried to echo the varible to see what it shows and it shows the full sentence so the varible is good i just dont know why when i put it in a box it doesn't show the whole string
Any help would be great
thanks alot !
i am having a problem with my php page, what the program does is: a user types a serial number on one page then brings up another page, it pulls all the data from a mysql database and populates all the fields. Now the problem is for example; a unit description, the textbox on the php page will only display characters up until a space then stop for example:
database record
chassis has 6 blades
textbox on php page
chassis
- i have tried to echo the varible to see what it shows and it shows the full sentence so the varible is good i just dont know why when i put it in a box it doesn't show the whole string
Any help would be great
thanks alot !