Text after space character cut off in input text field when editing form back
Hi i have this edit form that allows user to mofy data but the problems on the text box is that it deletes the rest of the data after the space from the first word i tried to increase the size of the varChars on mysql but did no work why it happens how can i stop from happening??
What happens if you just echo out the output before the input field? Also does the data you need to show in the input field get saved fully into the MySQL database?
yeah it saved on the database and yeah echo before because before i have a list which echo all the entire table on the database and show the full name but then when i click edit it cuts off the rest of the other words and and i have to input again and sumbit again why does it do that how can i stop it from doing that??