Hi i have this edit form that allows user to edit 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?? example if name elvis priesley when i try to edit it only comes elvis cuts off the other words after space
this the form input
PHP Code:
<input type="text" name="name" id="name" class='text_box' value="<?php echo $_GET['name'];